Documentation of 'jsat.classifiers.UpdateableClassifier' Java class
UpdateableClassifier
jsat.classifiers

Interface UpdateableClassifier

    • Method Detail

      • setUp

        void setUp(CategoricalData[] categoricalAttributes,
                   int numericAttributes,
                   CategoricalData predicting)
        Prepares the classifier to begin learning from its update(jsat.classifiers.DataPoint, int) 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
        predicting - the information for the target class that will be predicted
      • update

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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.