| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.clustering | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Cluster cluster) |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.addExtensions(Extension... extensions) |
Cluster |
ObjectFactory.createCluster()
Create an instance of
Cluster |
Cluster |
Cluster.setArray(Array array)
Sets the value of the array property.
|
Cluster |
Cluster.setCovariances(Covariances covariances)
Sets the value of the covariances property.
|
Cluster |
Cluster.setId(String id)
Sets the value of the id property.
|
Cluster |
Cluster.setKohonenMap(KohonenMap kohonenMap)
Sets the value of the kohonenMap property.
|
Cluster |
Cluster.setName(String name)
Sets the value of the name property.
|
Cluster |
Cluster.setPartition(Partition partition)
Sets the value of the partition property.
|
Cluster |
Cluster.setSize(Integer size)
Sets the value of the size property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
ClusteringModel.getClusters()
Gets the value of the clusters property.
|
| Modifier and Type | Method and Description |
|---|---|
ClusteringModel |
ClusteringModel.addClusters(Cluster... clusters) |
| Constructor and Description |
|---|
ClusteringModel(MiningFunction miningFunction,
ClusteringModel.ModelClass modelClass,
int numberOfClusters,
MiningSchema miningSchema,
ComparisonMeasure comparisonMeasure,
List<ClusteringField> clusteringFields,
List<Cluster> clusters) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Cluster cluster) |
VisitorAction |
AbstractVisitor.visit(Cluster cluster) |
Copyright © 2016 University of Tartu. All rights reserved.