Documentation of 'com.datumbox.framework.core.machinelearning.common.interfaces.Trainable' Java class
Trainable
com.datumbox.framework.core.machinelearning.common.interfaces

Interface Trainable<MP extends Learnable,TP extends Parameterizable>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      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.
      • Methods inherited from interface com.datumbox.framework.core.common.interfaces.Savable

        delete, save
      • Methods inherited from interface java.lang.AutoCloseable

        close
    • Method Detail

      • getModelParameters

        MP getModelParameters()
        Returns the model parameters that were estimated after training.
        Returns:
      • getTrainingParameters

        TP getTrainingParameters()
        It returns the training parameters that configure the algorithm.
        Returns:
      • fit

        void fit(Dataframe trainingData)
        Trains a model using the provided training parameters and data.
        Parameters:
        trainingData -

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.