Class KmeansEvaluator.ClusterPoint
- java.lang.Object
-
- org.apache.solr.client.solrj.io.eval.KmeansEvaluator.ClusterPoint
-
- All Implemented Interfaces:
org.apache.commons.math3.ml.clustering.Clusterable
- Enclosing class:
- KmeansEvaluator
public static class KmeansEvaluator.ClusterPoint extends Object implements org.apache.commons.math3.ml.clustering.Clusterable
-
-
Constructor Summary
Constructors Constructor Description ClusterPoint(String id, double[] point)
-