Uses of Enum Class
com.pervasive.datarush.analytics.pmml.PMMLVersion
Packages that use PMMLVersion
Package
Description
Provides base PMML for clustering models.
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 PMMLVersionModifier and TypeMethodDescriptionPMMLClusteringModel.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 PMMLVersionModifier and TypeMethodDescriptionstatic 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 documentPMMLModel.getVersion()Returns the PMML version used by this modelstatic PMMLVersionReturns the enum constant of this class with the specified name.static PMMLVersion[]PMMLVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.analytics.pmml with parameters of type PMMLVersionModifier and TypeMethodDescriptionstatic 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