Documentation of 'com.datumbox.framework.core.machinelearning.common.abstracts.AbstractTrainer' Java class
AbstractTrainer
com.datumbox.framework.core.machinelearning.common.abstracts

Class AbstractTrainer<MP extends AbstractTrainer.AbstractModelParameters,TP extends AbstractTrainer.AbstractTrainingParameters>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void close()
      void delete()
      Deletes the data of the object.
      void fit(Dataframe trainingData)
      Trains a model using the provided training parameters and data.
      MP getModelParameters()
      Returns the model parameters that were estimated after training.
      TP getTrainingParameters()
      It returns the training parameters that configure the algorithm.
      void save(java.lang.String storageName)
      Saves the data of the object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.