| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Method and Description |
|---|---|
static ClusteringModel.ModelClass |
ClusteringModel.ModelClass.fromValue(String v) |
ClusteringModel.ModelClass |
ClusteringModel.getModelClass()
Gets the value of the modelClass property.
|
static ClusteringModel.ModelClass |
ClusteringModel.ModelClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusteringModel.ModelClass[] |
ClusteringModel.ModelClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClusteringModel |
ClusteringModel.setModelClass(ClusteringModel.ModelClass modelClass)
Sets the value of the modelClass property.
|
| Constructor and Description |
|---|
ClusteringModel(MiningFunctionType functionName,
ClusteringModel.ModelClass modelClass,
int numberOfClusters,
MiningSchema miningSchema,
ComparisonMeasure comparisonMeasure,
List<ClusteringField> clusteringFields,
List<Cluster> clusters) |
Copyright © 2016 University of Tartu. All Rights Reserved.