net.obsearch.pivots.sss.impl
Class SSSLong<O extends OBLong>

java.lang.Object
  extended by net.obsearch.pivots.AbstractIncrementalPivotSelector<O>
      extended by net.obsearch.pivots.sss.AbstractMySSS<O>
          extended by net.obsearch.pivots.sss.impl.SSSLong<O>
All Implemented Interfaces:
IncrementalPivotSelector<O>

public class SSSLong<O extends OBLong>
extends AbstractMySSS<O>
implements IncrementalPivotSelector<O>


Field Summary
 
Fields inherited from class net.obsearch.pivots.AbstractIncrementalPivotSelector
pivotable, r
 
Constructor Summary
SSSLong(Pivotable<O> pivotable)
           
 
Method Summary
protected  double distance(O o1, O o2)
           
 
Methods inherited from class net.obsearch.pivots.sss.AbstractMySSS
generatePivots, setAlpha
 
Methods inherited from class net.obsearch.pivots.AbstractIncrementalPivotSelector
enableAcceptRepeated, generatePivots, getObject, mapId, max, select, selectO, selectUnique
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.obsearch.pivots.IncrementalPivotSelector
generatePivots, generatePivots
 

Constructor Detail

SSSLong

public SSSLong(Pivotable<O> pivotable)
Method Detail

distance

protected double distance(O o1,
                          O o2)
                   throws OBException
Specified by:
distance in class AbstractMySSS<O extends OBLong>
Throws:
OBException


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.