Package | Description |
---|---|
com.pervasive.datarush.analytics.pmml |
Provides shared and base classes for PMML model representation of Analytics algorithms.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
PredictiveModelQuality.setDataUsage(PredictiveModelQuality.Usage dataUsage)
Sets the "dataUsage" attribute for the model.
|
Copyright © 2020 Actian Corporation. All rights reserved.