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
Fields in org.apache.commons.math3.ml.neuralnet.sofm declared as LearningFactorFunctionModifier and TypeFieldDescriptionprivate final LearningFactorFunction
KohonenUpdateAction.learningFactor
Learning factor update function.Methods in org.apache.commons.math3.ml.neuralnet.sofm that return LearningFactorFunctionModifier and TypeMethodDescriptionstatic LearningFactorFunction
LearningFactorFunctionFactory.exponentialDecay
(double initValue, double valueAtNumCall, long numCall) Creates an exponential decayfunction
.static LearningFactorFunction
LearningFactorFunctionFactory.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)