Package com.macrofocus.high_d.clustering
Class HighD_Cluster<Row>
- java.lang.Object
-
- com.macrofocus.high_d.clustering.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()
-
-
-
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 classjava.lang.Object
-
-