Uses of Class
com.pervasive.datarush.analytics.pmml.PredictiveModelQuality.Usage
-
Packages that use PredictiveModelQuality.Usage Package Description com.pervasive.datarush.analytics.pmml Provides shared and base classes for PMML model representation of Analytics algorithms. -
-
Uses of PredictiveModelQuality.Usage in com.pervasive.datarush.analytics.pmml
Methods in com.pervasive.datarush.analytics.pmml that return PredictiveModelQuality.Usage Modifier and Type Method Description PredictiveModelQuality.Usage
PredictiveModelQuality. getDataUsage()
Get the dataUsage, the relationship between the model and the dataset used to measure its quality.static PredictiveModelQuality.Usage
PredictiveModelQuality.Usage. getDefault()
static PredictiveModelQuality.Usage
PredictiveModelQuality.Usage. valueOf(String name)
Returns the enum constant of this type with the specified name.static PredictiveModelQuality.Usage[]
PredictiveModelQuality.Usage. 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 PredictiveModelQuality.Usage Modifier and Type Method Description void
PredictiveModelQuality. setDataUsage(PredictiveModelQuality.Usage dataUsage)
Sets the "dataUsage" attribute for the model.
-