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 Details

    • ClusterPoint

      public ClusterPoint(String id, double[] point)
  • Method Details

    • getPoint

      public double[] getPoint()
      Specified by:
      getPoint in interface org.apache.commons.math3.ml.clustering.Clusterable
    • getId

      public String getId()