| Package | Description |
|---|---|
| org.hawkular.datamining.forecast | |
| org.hawkular.datamining.forecast.stats |
| Modifier and Type | Method and Description |
|---|---|
InformationCriterion |
Forecaster.Config.getIc() |
InformationCriterion |
Forecaster.Update.getIc() |
| Modifier and Type | Method and Description |
|---|---|
void |
Forecaster.Config.setIc(InformationCriterion ic) |
Forecaster.Config.Builder |
Forecaster.Config.Builder.withInformationCriterion(InformationCriterion ic) |
Forecaster.Update.Builder |
Forecaster.Update.Builder.withInformationCriterion(InformationCriterion ic) |
| 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 InformationCriterion |
InformationCriterion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InformationCriterion[] |
InformationCriterion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double |
InformationCriterionHolder.informationCriterion(InformationCriterion ic) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.