Data type Cluster
access this type via: ml.cluster.Clustering (uses)
Data type to represent a cluster, with a list of points, and a mean value.
Fields
ClusterPoint members[] The list of points that were assigned to this cluster.
dec mean[] The mean value of this cluster.