public static class Forecaster.Update extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Forecaster.Update.Builder |
| Constructor and Description |
|---|
Update(Integer windowsSize,
Model modelToUse,
InformationCriterion ic,
AutomaticForecaster.ConceptDriftStrategy conceptDriftStrategy,
Integer period) |
| Modifier and Type | Method and Description |
|---|---|
AutomaticForecaster.ConceptDriftStrategy |
getConceptDriftStrategy() |
InformationCriterion |
getIc() |
Model |
getModelToUse() |
Integer |
getPeriod() |
Integer |
getWindowSize() |
public Update(Integer windowsSize, Model modelToUse, InformationCriterion ic, AutomaticForecaster.ConceptDriftStrategy conceptDriftStrategy, Integer period)
public Integer getWindowSize()
public InformationCriterion getIc()
public AutomaticForecaster.ConceptDriftStrategy getConceptDriftStrategy()
public Model getModelToUse()
public Integer getPeriod()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.