| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ClusteringField> |
ClusteringModel.clusteringFields |
| Modifier and Type | Method and Description |
|---|---|
ClusteringField |
ObjectFactory.createClusteringField()
Create an instance of
ClusteringField |
ClusteringField |
ClusteringField.withCenterField(ClusteringField.CenterField value) |
ClusteringField |
ClusteringField.withCompareFunction(CompareFunctionType value) |
ClusteringField |
ClusteringField.withComparisons(Comparisons value) |
ClusteringField |
ClusteringField.withExtensions(java.util.Collection<Extension> values) |
ClusteringField |
ClusteringField.withExtensions(Extension... values) |
ClusteringField |
ClusteringField.withField(FieldName value) |
ClusteringField |
ClusteringField.withFieldWeight(java.lang.Double value) |
ClusteringField |
ClusteringField.withSimilarityScale(java.lang.Double value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClusteringField> |
ClusteringModel.getClusteringFields()
Gets the value of the clusteringFields property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(ClusteringField clusteringField) |
ClusteringModel |
ClusteringModel.withClusteringFields(ClusteringField... values) |
| Modifier and Type | Method and Description |
|---|---|
ClusteringModel |
ClusteringModel.withClusteringFields(java.util.Collection<ClusteringField> values) |
| Constructor and Description |
|---|
ClusteringModel(MiningFunctionType functionName,
ClusteringModel.ModelClass modelClass,
java.lang.Integer numberOfClusters,
MiningSchema miningSchema,
ComparisonMeasure comparisonMeasure,
java.util.List<ClusteringField> clusteringFields,
java.util.List<Cluster> clusters) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(ClusteringField clusteringField) |
VisitorAction |
AbstractVisitor.visit(ClusteringField clusteringField) |
Copyright © 2015 University of Tartu. All Rights Reserved.