Uses of Interface
org.apache.commons.math3.ml.neuralnet.sofm.LearningFactorFunction
-
Packages that use LearningFactorFunction Package Description org.apache.commons.math3.ml.neuralnet.sofm Self Organizing Feature Map. -
-
Uses of LearningFactorFunction in org.apache.commons.math3.ml.neuralnet.sofm
Fields in org.apache.commons.math3.ml.neuralnet.sofm declared as LearningFactorFunction Modifier and Type Field Description private LearningFactorFunction
KohonenUpdateAction. learningFactor
Learning factor update function.Methods in org.apache.commons.math3.ml.neuralnet.sofm that return LearningFactorFunction Modifier and Type Method Description static 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 LearningFactorFunction Constructor Description KohonenUpdateAction(DistanceMeasure distance, LearningFactorFunction learningFactor, NeighbourhoodSizeFunction neighbourhoodSize)
-