Class QuasiSigmoidDecayFunction

java.lang.Object
org.apache.commons.math3.ml.neuralnet.sofm.util.QuasiSigmoidDecayFunction

public class QuasiSigmoidDecayFunction extends Object
Decay function whose shape is similar to a sigmoid.
Class is immutable.
Since:
3.3
  • Constructor Details

  • Method Details

    • value

      public double value(long numCall)
      Computes the value of the learning factor.
      Parameters:
      numCall - Current step of the training task.
      Returns:
      the value of the function at numCall.