protected class ParallelizedKMeansClusterer.CreateClustersFromAssignments
extends java.lang.Object
implements java.util.concurrent.Callable<ClusterType>
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<DataType> |
data
Data set to use for the task
|
Constructor and Description |
---|
CreateClustersFromAssignments()
Creates a new instance of CreateClustersFromAssignments
|
Modifier and Type | Method and Description |
---|---|
ClusterType |
call() |
public java.util.ArrayList<DataType> data
public CreateClustersFromAssignments()
public ClusterType call()
call
in interface java.util.concurrent.Callable<ClusterType extends Cluster<DataType>>