Class HighD_Cluster<Row>


  • public class HighD_Cluster<Row>
    extends java.lang.Object
    Created by luc on 07/03/16.
    • Constructor Summary

      Constructors 
      Constructor Description
      HighD_Cluster​(int clusterId, org.apache.commons.math3.ml.clustering.Cluster<High_DPoint<Row>> cluster)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.commons.math3.ml.clustering.Cluster<High_DPoint<Row>> getCluster()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HighD_Cluster

        public HighD_Cluster​(int clusterId,
                             org.apache.commons.math3.ml.clustering.Cluster<High_DPoint<Row>> cluster)
    • Method Detail

      • getCluster

        public org.apache.commons.math3.ml.clustering.Cluster<High_DPoint<Row>> getCluster()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object