Class TSClassifier<L,​V,​D extends TimeSeriesDataset<L>>

  • Type Parameters:
    L - The attribute type of the target.
    V - The value type of the target attribute.
    D - The type of the time series data set used to learn from and predict batches.
    All Implemented Interfaces:
    IBatchLearner<V,​TimeSeriesInstance<L>,​D>, IPredictiveModel<V,​TimeSeriesInstance<L>,​D>

    public abstract class TSClassifier<L,​V,​D extends TimeSeriesDataset<L>>
    extends ABatchLearner<L,​V,​TimeSeriesInstance<L>,​D>
    Time series classifier which can be trained and used as a predictor. Uses algorithm to train the model parameters (if necessary).