Uses of Class
com.pervasive.datarush.analytics.pmml.PMMLModel.MiningFunction
-
Packages that use PMMLModel.MiningFunction Package Description com.pervasive.datarush.analytics.pmml Provides shared and base classes for PMML model representation of Analytics algorithms. -
-
Uses of PMMLModel.MiningFunction in com.pervasive.datarush.analytics.pmml
Methods in com.pervasive.datarush.analytics.pmml that return PMMLModel.MiningFunction Modifier and Type Method Description static PMMLModel.MiningFunction
PMMLModel.MiningFunction. valueOf(String name)
Returns the enum constant of this type with the specified name.static PMMLModel.MiningFunction[]
PMMLModel.MiningFunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-