Class DbscanEvaluator.ClusterPoint

java.lang.Object
org.apache.solr.client.solrj.io.eval.DbscanEvaluator.ClusterPoint
All Implemented Interfaces:
org.apache.commons.math3.ml.clustering.Clusterable
Enclosing class:
DbscanEvaluator

public static class DbscanEvaluator.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()