Class 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 Detail

      • ClusterPoint

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

      • getPoint

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

        public String getId()