net.obsearch.pivots.perm.impl
Class IncrementalPermFloat<O extends OBFloat>

java.lang.Object
  extended by net.obsearch.pivots.AbstractIncrementalPivotSelector<O>
      extended by net.obsearch.pivots.perm.AbstractIncrementalPerm<O>
          extended by net.obsearch.pivots.perm.impl.IncrementalPermFloat<O>
All Implemented Interfaces:
IncrementalPivotSelector<O>

public class IncrementalPermFloat<O extends OBFloat>
extends AbstractIncrementalPerm<O>
implements IncrementalPivotSelector<O>


Field Summary
 
Fields inherited from class net.obsearch.pivots.AbstractIncrementalPivotSelector
pivotable, r
 
Constructor Summary
IncrementalPermFloat(Pivotable<O> pivotable, int l, int m)
           
 
Method Summary
protected  double distance(O a, O b)
           
 
Methods inherited from class net.obsearch.pivots.perm.AbstractIncrementalPerm
generatePivots
 
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

IncrementalPermFloat

public IncrementalPermFloat(Pivotable<O> pivotable,
                            int l,
                            int m)
Method Detail

distance

protected double distance(O a,
                          O b)
                   throws OBException
Specified by:
distance in class AbstractIncrementalPerm<O extends OBFloat>
Throws:
OBException


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