public static class AutomaticForecaster.PeriodicIntervalStrategy extends AutomaticForecaster.ConceptDriftStrategy
forecaster| Constructor and Description |
|---|
PeriodicIntervalStrategy(int period) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getPeriod() |
int |
hashCode() |
boolean |
shouldSelectNewModel(int learnSize) |
public PeriodicIntervalStrategy(int period)
period - number of learning points after which the best model is selectedpublic boolean shouldSelectNewModel(int learnSize)
shouldSelectNewModel in class AutomaticForecaster.ConceptDriftStrategylearnSize - size of dataSet from learn methodpublic int getPeriod()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.