java.lang.Object
com.logicaldoc.gui.frontend.client.ai.model.GUIUpdater
All Implemented Interfaces:
Serializable

public class GUIUpdater extends Object implements Serializable
The algorithm to use to optimize the update of the weights inside a neural network.
Since:
9.2.1
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Field Details

  • Constructor Details

    • GUIUpdater

      public GUIUpdater()
  • Method Details

    • getUpdateAlgorithm

      public String getUpdateAlgorithm()
    • setUpdateAlgorithm

      public void setUpdateAlgorithm(String updateAlgorithm)
    • getLearningRate

      public Double getLearningRate()
    • setLearningRate

      public void setLearningRate(Double learningRate)
    • getEpsilon

      public Double getEpsilon()
    • setEpsilon

      public void setEpsilon(Double epsilon)
    • getMomentum

      public Double getMomentum()
    • setMomentum

      public void setMomentum(Double momentum)