Package | Description |
---|---|
com.pervasive.datarush.analytics.cluster |
Provides base PMML for clustering models.
|
Modifier and Type | Method and Description |
---|---|
ModelClass |
PMMLClusteringModel.getModelClass()
Get the
ModelClass of this model. |
static ModelClass |
ModelClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelClass[] |
ModelClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PMMLClusteringModel.Builder |
PMMLClusteringModel.builder(PMMLModelSpec spec,
ModelClass modelClass,
ComparisonMeasure comparisonMeasure,
Cluster[] clusters)
Creates a builder that builds
PMMLClusteringModel
instances with the provided model specification, model class,
comparison measure and clusters. |
Copyright © 2016 Actian Corporation. All rights reserved.