@PublicationReference(author="Jeff Piersol", title="Parallel Mini-Batch k-means Clustering", type=Conference, year=2016, publication="to appear", url="to appear") public class VectorMeanMiniBatchCentroidClusterCreator extends AbstractCloneableSerializable implements ClusterCreator<MiniBatchCentroidCluster,Vector>
VectorMeanCentroidClusterCreator
for mini-batch
clustering.Modifier and Type | Field and Description |
---|---|
static VectorMeanMiniBatchCentroidClusterCreator |
INSTANCE
An instance of this class.
|
Constructor and Description |
---|
VectorMeanMiniBatchCentroidClusterCreator()
Creates a new
VectorMeanMiniBatchCentroidClusterCreator . |
Modifier and Type | Method and Description |
---|---|
MiniBatchCentroidCluster |
createCluster(java.util.Collection<? extends Vector> members)
Create a new cluster from the given members of that cluster.
|
clone
public static final VectorMeanMiniBatchCentroidClusterCreator INSTANCE
public VectorMeanMiniBatchCentroidClusterCreator()
VectorMeanMiniBatchCentroidClusterCreator
.public MiniBatchCentroidCluster createCluster(java.util.Collection<? extends Vector> members)
ClusterCreator
createCluster
in interface ClusterCreator<MiniBatchCentroidCluster,Vector>
members
- The members of the cluster.