Documentation of 'jsat.regression.UpdateableRegressor' Java class
UpdateableRegressor
jsat.regression

Interface UpdateableRegressor

    • Method Detail

      • setUp

        void setUp(CategoricalData[] categoricalAttributes,
                   int numericAttributes)
        Prepares the classifier to begin learning from its update(jsat.classifiers.DataPoint, double) method.
        Parameters:
        categoricalAttributes - an array containing the categorical attributes that will be in each data point
        numericAttributes - the number of numeric attributes that will be in each data point
      • update

        void update(DataPoint dataPoint,
                    double targetValue)
        Updates the classifier by giving it a new data point to learn from.
        Parameters:
        dataPoint - the data point to learn
        targetValue - the target value of the data point

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.