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