| Package | Description |
|---|---|
| org.dmg.pmml.time_series |
| Modifier and Type | Method and Description |
|---|---|
static TimeSeriesModel.Algorithm |
TimeSeriesModel.Algorithm.fromValue(String v) |
TimeSeriesModel.Algorithm |
TimeSeriesModel.getBestFit() |
TimeSeriesModel.Algorithm |
TimeSeriesModel.requireBestFit() |
static TimeSeriesModel.Algorithm |
TimeSeriesModel.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeSeriesModel.Algorithm[] |
TimeSeriesModel.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesModel |
TimeSeriesModel.setBestFit(TimeSeriesModel.Algorithm bestFit) |
| Constructor and Description |
|---|
TimeSeriesModel(MiningFunction miningFunction,
TimeSeriesModel.Algorithm bestFit,
MiningSchema miningSchema) |
Copyright © 2024. All rights reserved.