public abstract static class ClusterType.ClusterTypeOp extends Object
ClusterType
.Modifier and Type | Field and Description |
---|---|
Precision |
precision
The precision of the clusters
|
Constructor and Description |
---|
ClusterTypeOp() |
Modifier and Type | Method and Description |
---|---|
abstract SpatialClusters<?> |
create(byte[][] data)
Create clusters from data
|
SpatialClusters<?> |
create(List<SampleBatch> batches)
Create clusters from data
|
abstract Class<? extends SpatialClusters<?>> |
getClusterClass() |
Map<String,String> |
getOptionsMap() |
void |
setOptionsMap(Map<String,String> options)
Set options
|
public ClusterTypeOp()
public abstract SpatialClusters<?> create(byte[][] data) throws Exception
data
- Exception
public SpatialClusters<?> create(List<SampleBatch> batches) throws Exception
batches
- Exception
public Map<String,String> getOptionsMap()
public void setOptionsMap(Map<String,String> options)
options
- public abstract Class<? extends SpatialClusters<?>> getClusterClass()