Package de.jungblut.clustering
Class Cluster
- java.lang.Object
-
- de.jungblut.clustering.Cluster
-
public class Cluster extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Cluster(de.jungblut.math.DoubleVector center, java.util.List<de.jungblut.math.DoubleVector> assignments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<de.jungblut.math.DoubleVector>getAssignments()de.jungblut.math.DoubleVectorgetCenter()
-