Package | Description |
---|---|
com.pervasive.datarush.analytics.cluster |
Provides base PMML for clustering models.
|
com.pervasive.datarush.analytics.pmml |
Provides shared and base classes for PMML model representation of Analytics algorithms.
|
Modifier and Type | Method and Description |
---|---|
PMMLClusteringModel.Builder |
PMMLClusteringModel.Builder.version(PMMLVersion version)
Returns a builder that builds
PMMLClusteringModel
instances with the provided PMML version and other parameters
set to the previously provided values. |
Modifier and Type | Method and Description |
---|---|
static PMMLVersion |
PMMLVersion.find(String version,
PMMLVersion dflt)
Finds the PMML version corresponding to the given string.
|
static PMMLVersion |
PMMLVersion.get(EngineConfig config)
Returns the PMML version to use based on the given DR engine config
|
PMMLVersion |
PMMLModel.getVersion()
Returns the PMML version used by this model
|
static PMMLVersion |
PMML.getVersion(Document document)
Returns the PMML version of the PMML document
|
static PMMLVersion |
PMMLVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PMMLVersion[] |
PMMLVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PMMLVersion |
PMMLVersion.find(String version,
PMMLVersion dflt)
Finds the PMML version corresponding to the given string.
|
void |
PMMLModel.setVersion(PMMLVersion version)
Sets the PMML version used by this model
|
Copyright © 2016 Actian Corporation. All rights reserved.