Interface | Description |
---|---|
BaseModelSerializer |
An interface for predictors which implement methods for serializing the base
model.
|
ConfidenceIntervalForecaster |
Interface to a forecaster that can compute confidence intervals
for its forecasts
|
IncrementallyPrimeable |
An interface to a forecaster that can be primed incrementally.
|
OverlayForecaster |
Interface to a forecaster that has been trained with data containing
"overlay" attributes.
|
StateDependentPredictor |
An interface for state-dependent predictors.
|
TSLagUser |
Interface to something that uses the TSLagMaker class.
|
Class | Description |
---|---|
AbstractTimeSeriesFilter |
Re-written version of weka.filters.unsupervised.attribute.AbstractTimeSeriesFilter
that adds new methods and uses java.utils collection classes.
|
CustomPeriodicTest |
Class that evaluates a supplied date against user-specified
date constant fields.
|
ErrorBasedConfidenceIntervalEstimator |
Class that computes confidence intervals for a time series forecaster
using errors computed on the training data.
|
TimeSeriesTranslate |
Re-written version of weka.filters.unsupervised.attribute.TimeSeriesTranslate.
|
Utils |
Static utility routines.
|
Enum | Description |
---|---|
CustomPeriodicTest.Operator |
Enum defining inequality operations
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.