Uses of Enum Class
com.pervasive.datarush.analytics.pmml.PredictiveModelQuality.Usage
Packages that use PredictiveModelQuality.Usage
Package
Description
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.UsageModifier and TypeMethodDescriptionPredictiveModelQuality.getDataUsage()Get the dataUsage, the relationship between the model and the dataset used to measure its quality.static PredictiveModelQuality.UsagePredictiveModelQuality.Usage.getDefault()static PredictiveModelQuality.UsageReturns the enum constant of this class with the specified name.static PredictiveModelQuality.Usage[]PredictiveModelQuality.Usage.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 PredictiveModelQuality.UsageModifier and TypeMethodDescriptionvoidPredictiveModelQuality.setDataUsage(PredictiveModelQuality.Usage dataUsage) Sets the "dataUsage" attribute for the model.