| 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) |
Cluster |
Cluster.setCovariances(Covariances covariances) |
Cluster |
Cluster.setId(String id) |
Cluster |
Cluster.setKohonenMap(KohonenMap kohonenMap) |
Cluster |
Cluster.setName(String name) |
Cluster |
Cluster.setPartition(Partition partition) |
Cluster |
Cluster.setSize(Integer size) |
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
ClusteringModel.getClusters() |
List<Cluster> |
ClusteringModel.requireClusters() |
| Modifier and Type | Method and Description |
|---|---|
ClusteringModel |
ClusteringModel.addClusters(Cluster... clusters) |
| Constructor and Description |
|---|
ClusteringModel(MiningFunction miningFunction,
ClusteringModel.ModelClass modelClass,
Integer numberOfClusters,
MiningSchema miningSchema,
ComparisonMeasure comparisonMeasure,
List<ClusteringField> clusteringFields,
List<Cluster> clusters) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(Cluster cluster) |
Copyright © 2024. All rights reserved.