Uses of Interface
org.apache.commons.math3.ml.neuralnet.sofm.LearningFactorFunction
Packages that use LearningFactorFunction
-
Uses of LearningFactorFunction in org.apache.commons.math3.ml.neuralnet.sofm
Methods in org.apache.commons.math3.ml.neuralnet.sofm that return LearningFactorFunctionModifier and TypeMethodDescriptionstatic LearningFactorFunctionLearningFactorFunctionFactory.exponentialDecay(double initValue, double valueAtNumCall, long numCall) Creates an exponential decayfunction.static LearningFactorFunctionLearningFactorFunctionFactory.quasiSigmoidDecay(double initValue, double slope, long numCall) Creates an sigmoid-likeLearningFactorFunction function.Constructors in org.apache.commons.math3.ml.neuralnet.sofm with parameters of type LearningFactorFunctionModifierConstructorDescriptionKohonenUpdateAction(DistanceMeasure distance, LearningFactorFunction learningFactor, NeighbourhoodSizeFunction neighbourhoodSize)