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.BuilderPMMLClusteringModel.Builder. version(PMMLVersion version)Returns a builder that buildsPMMLClusteringModelinstances 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 PMMLVersionPMMLVersion. find(String version, PMMLVersion dflt)Finds the PMML version corresponding to the given string.static PMMLVersionPMMLVersion. get(EngineConfig config)Returns the PMML version to use based on the given DR engine configstatic PMMLVersionPMML. getVersion(Document document)Returns the PMML version of the PMML documentPMMLVersionPMMLModel. getVersion()Returns the PMML version used by this modelstatic PMMLVersionPMMLVersion. 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 PMMLVersionPMMLVersion. find(String version, PMMLVersion dflt)Finds the PMML version corresponding to the given string.voidPMMLModel. setVersion(PMMLVersion version)Sets the PMML version used by this model
-