Uses of Class
org.ojalgo.data.proximity.SimilarityMeasure
-
Packages that use SimilarityMeasure Package Description org.ojalgo.data.proximity -
-
Uses of SimilarityMeasure in org.ojalgo.data.proximity
Methods in org.ojalgo.data.proximity that return SimilarityMeasure Modifier and Type Method Description static SimilarityMeasureSimilarityMeasure. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SimilarityMeasure[]SimilarityMeasure. values()Returns an array containing the constants of this enum type, in the order they are declared.
-