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

Class BaseUpdateableRegressor

    • Constructor Detail

      • BaseUpdateableRegressor

        public BaseUpdateableRegressor()
    • Method Detail

      • setEpochs

        public void setEpochs(int epochs)
        Sets the number of whole iterations through the training set that will be performed for training
        Parameters:
        epochs - the number of whole iterations through the data set
      • getEpochs

        public int getEpochs()
        Returns the number of epochs used for training
        Returns:
        the number of epochs used for training
      • trainEpochs

        public static void trainEpochs(RegressionDataSet dataSet,
                                       UpdateableRegressor toTrain,
                                       int epochs)
        Performs training on an updateable classifier by going over the whole data set in random order one observation at a time, multiple times.
        Parameters:
        dataSet - the data set to train from
        toTrain - the classifier to train
        epochs - the number of passes through the data set

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.