Package com.macrofocus.high_d.clustering
Class HighD_Cluster<Row>
java.lang.Object
com.macrofocus.high_d.clustering.HighD_Cluster<Row>
Created by luc on 07/03/16.
-
Constructor Summary
ConstructorsConstructorDescriptionHighD_Cluster
(int clusterId, org.apache.commons.math3.ml.clustering.Cluster<High_DPoint<Row>> cluster) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.math3.ml.clustering.Cluster<High_DPoint<Row>>
toString()
-
Constructor Details
-
HighD_Cluster
public HighD_Cluster(int clusterId, org.apache.commons.math3.ml.clustering.Cluster<High_DPoint<Row>> cluster)
-
-
Method Details