Documentation of 'org.encog.ml.fitting.linear.TrainLinearRegression' Java class
TrainLinearRegression
org.encog.ml.fitting.linear

Class TrainLinearRegression

    • Method Detail

      • iteration

        public void iteration()
        Description copied from interface: MLTrain
        Perform one iteration of training.
      • canContinue

        public boolean canContinue()
        Returns:
        True if the training can be paused, and later continued.
      • pause

        public TrainingContinuation pause()
        Description copied from interface: MLTrain
        Pause the training to continue later.
        Returns:
        A training continuation object.
      • resume

        public void resume(TrainingContinuation state)
        Description copied from interface: MLTrain
        Resume training.
        Parameters:
        state - The training continuation object to use to continue.
      • getMethod

        public MLMethod getMethod()
        Description copied from interface: MLTrain
        Get the current best machine learning method from the training.
        Returns:
        The best machine learning method.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.