| Package | Description |
|---|---|
| com.bayesserver.learning.parameters |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesMode |
ParameterLearningOptions.getTimeSeriesMode()
Gets the mode in which time series distributions are learned.
|
static TimeSeriesMode |
TimeSeriesMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeSeriesMode[] |
TimeSeriesMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterLearningOptions.setTimeSeriesMode(TimeSeriesMode value)
Sets the mode in which time series distributions are learned.
|
Copyright © 2021. All rights reserved.