| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected TimeSeriesAlgorithmType |
TimeSeriesModel.bestFit |
| Modifier and Type | Method and Description |
|---|---|
static TimeSeriesAlgorithmType |
TimeSeriesAlgorithmType.fromValue(String v) |
TimeSeriesAlgorithmType |
TimeSeriesModel.getBestFit()
Gets the value of the bestFit property.
|
static TimeSeriesAlgorithmType |
TimeSeriesAlgorithmType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeSeriesAlgorithmType[] |
TimeSeriesAlgorithmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSeriesModel.setBestFit(TimeSeriesAlgorithmType value)
Sets the value of the bestFit property.
|
TimeSeriesModel |
TimeSeriesModel.withBestFit(TimeSeriesAlgorithmType value) |
| Constructor and Description |
|---|
TimeSeriesModel(MiningSchema miningSchema,
MiningFunctionType functionName,
TimeSeriesAlgorithmType bestFit) |
Copyright © 2014 University of Tartu. All Rights Reserved.