| Package | Description |
|---|---|
| org.hawkular.datamining.forecast | |
| org.hawkular.datamining.forecast.models |
| Modifier and Type | Method and Description |
|---|---|
Model |
Forecaster.Config.getModelToUse() |
Model |
Forecaster.Update.getModelToUse() |
| Modifier and Type | Method and Description |
|---|---|
void |
Forecaster.Config.setModelToUse(Model modelToUse) |
Forecaster.Update.Builder |
Forecaster.Update.Builder.withModelToUse(Model modelToUse) |
Forecaster.Config.Builder |
Forecaster.Config.Builder.withModelToUser(Model modelToUse) |
| Constructor and Description |
|---|
Config(int windowsSize,
Model modelToUse,
InformationCriterion ic,
AutomaticForecaster.ConceptDriftStrategy conceptDriftStrategy,
Integer period) |
Update(Integer windowsSize,
Model modelToUse,
InformationCriterion ic,
AutomaticForecaster.ConceptDriftStrategy conceptDriftStrategy,
Integer period) |
| Modifier and Type | Method and Description |
|---|---|
static Model |
Model.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model[] |
Model.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.