| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected 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(Collection<Extension> values) |
ClusteringField |
ClusteringField.withExtensions(Extension... values) |
ClusteringField |
ClusteringField.withField(FieldName value) |
ClusteringField |
ClusteringField.withFieldWeight(Double value) |
ClusteringField |
ClusteringField.withSimilarityScale(Double value) |
| Modifier and Type | Method and Description |
|---|---|
List<ClusteringField> |
ClusteringModel.getClusteringFields()
Gets the value of the clusteringFields property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(ClusteringField clusteringField) |
VisitorAction |
AbstractVisitor.visit(ClusteringField clusteringField) |
VisitorAction |
Visitor.visit(ClusteringField clusteringField) |
ClusteringModel |
ClusteringModel.withClusteringFields(ClusteringField... values) |
| Modifier and Type | Method and Description |
|---|---|
ClusteringModel |
ClusteringModel.withClusteringFields(Collection<ClusteringField> values) |
Copyright © 2014 University of Tartu. All Rights Reserved.