Uses of Class
com.pervasive.datarush.analytics.pmml.PMMLVersion
-
Packages that use PMMLVersion 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. -
-
Uses of PMMLVersion in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster with parameters of type PMMLVersion Modifier and Type Method Description PMMLClusteringModel.Builder
PMMLClusteringModel.Builder. version(PMMLVersion version)
Returns a builder that buildsPMMLClusteringModel
instances with the provided PMML version and other parameters set to the previously provided values. -
Uses of PMMLVersion in com.pervasive.datarush.analytics.pmml
Methods in com.pervasive.datarush.analytics.pmml that return PMMLVersion Modifier and Type Method 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 configstatic PMMLVersion
PMML. getVersion(Document document)
Returns the PMML version of the PMML documentPMMLVersion
PMMLModel. getVersion()
Returns the PMML version used by this modelstatic 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.Methods in com.pervasive.datarush.analytics.pmml with parameters of type PMMLVersion Modifier and Type Method 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
-