public static class AutomaticForecaster.ErrorChangeStrategy extends AutomaticForecaster.ConceptDriftStrategy
| Modifier and Type | Class and Description |
|---|---|
static class |
AutomaticForecaster.ErrorChangeStrategy.Statistics |
forecaster| Constructor and Description |
|---|
ErrorChangeStrategy(int percentageChange,
AutomaticForecaster.ErrorChangeStrategy.Statistics statistics) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getPercentageChange() |
AutomaticForecaster.ErrorChangeStrategy.Statistics |
getStatistics() |
int |
hashCode() |
void |
setError(AccuracyStatistics accuracyStatistics) |
boolean |
shouldSelectNewModel(int learnSize) |
public ErrorChangeStrategy(int percentageChange,
AutomaticForecaster.ErrorChangeStrategy.Statistics statistics)
public boolean shouldSelectNewModel(int learnSize)
shouldSelectNewModel in class AutomaticForecaster.ConceptDriftStrategylearnSize - size of dataSet from learn methodpublic int getPercentageChange()
public AutomaticForecaster.ErrorChangeStrategy.Statistics getStatistics()
public void setError(AccuracyStatistics accuracyStatistics)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.