Class AOnlineLearner<T,​V,​I,​D extends IDataset<I>>

  • Type Parameters:
    T - The attribute type of the target that this AOnlineLearner predicts.
    V - The value type of the target that this AOnlineLearner predicts.
    I - The type of the instances stored in the data set specified by the generic parameter .
    D - The type of the data set used to learn from and predict batches.
    All Implemented Interfaces:
    IBatchLearner<V,​I,​D>, IOnlineLearner<V,​I,​D>, IPredictiveModel<V,​I,​D>

    public abstract class AOnlineLearner<T,​V,​I,​D extends IDataset<I>>
    extends ABatchLearner<T,​V,​I,​D>
    implements IOnlineLearner<V,​I,​D>
    Abstract extension of IOnlineLearner to be able to construct prediction of the given type.
    • Constructor Detail

      • AOnlineLearner

        public AOnlineLearner()