public static class Forecaster.Update.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Forecaster.Update |
build() |
Forecaster.Update.Builder |
withConceptDriftStrategy(AutomaticForecaster.ConceptDriftStrategy conceptDriftStrategy) |
Forecaster.Update.Builder |
withInformationCriterion(InformationCriterion ic) |
Forecaster.Update.Builder |
withModelToUse(Model modelToUse) |
Forecaster.Update.Builder |
withPeriod(Integer period) |
Forecaster.Update.Builder |
withWindowSize(Integer windowSize) |
public Forecaster.Update.Builder withWindowSize(Integer windowSize)
public Forecaster.Update.Builder withInformationCriterion(InformationCriterion ic)
public Forecaster.Update.Builder withConceptDriftStrategy(AutomaticForecaster.ConceptDriftStrategy conceptDriftStrategy)
public Forecaster.Update.Builder withModelToUse(Model modelToUse)
public Forecaster.Update.Builder withPeriod(Integer period)
public Forecaster.Update build()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.