net.obsearch.pivots.sss.impl
Class SSSByte<O extends OBByte>

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.SSSByte<O>
All Implemented Interfaces:
IncrementalPivotSelector<O>

public class SSSByte<O extends OBByte>
extends AbstractMySSS<O>
implements IncrementalPivotSelector<O>


Field Summary
 
Fields inherited from class net.obsearch.pivots.AbstractIncrementalPivotSelector
pivotable, r
 
Constructor Summary
SSSByte(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

SSSByte

public SSSByte(Pivotable<O> pivotable)
Method Detail

distance

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


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