Package ai.libs.jaicore.basic.metric
Interface IAbandonable
-
public interface IAbandonableInterface for Distance measures that can make use of the Early Abandon technique. With Early Abandon the distance calculation will be abandoned once the calculation has exceed a bestSoFar distance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetBestSoFar()Getter for the best-so-far value.voidsetBestSoFar(double limit)Setter for the best-so-far value.
-