Uses of Interface
org.apache.commons.math3.ml.neuralnet.sofm.NeighbourhoodSizeFunction
Packages that use NeighbourhoodSizeFunction
-
Uses of NeighbourhoodSizeFunction in org.apache.commons.math3.ml.neuralnet.sofm
Fields in org.apache.commons.math3.ml.neuralnet.sofm declared as NeighbourhoodSizeFunctionModifier and TypeFieldDescriptionprivate final NeighbourhoodSizeFunction
KohonenUpdateAction.neighbourhoodSize
Neighbourhood size update function.Methods in org.apache.commons.math3.ml.neuralnet.sofm that return NeighbourhoodSizeFunctionModifier and TypeMethodDescriptionstatic NeighbourhoodSizeFunction
NeighbourhoodSizeFunctionFactory.exponentialDecay
(double initValue, double valueAtNumCall, long numCall) Creates an exponential decayfunction
.static NeighbourhoodSizeFunction
NeighbourhoodSizeFunctionFactory.quasiSigmoidDecay
(double initValue, double slope, long numCall) Creates an sigmoid-likeNeighbourhoodSizeFunction function
.Constructors in org.apache.commons.math3.ml.neuralnet.sofm with parameters of type NeighbourhoodSizeFunctionModifierConstructorDescriptionKohonenUpdateAction
(DistanceMeasure distance, LearningFactorFunction learningFactor, NeighbourhoodSizeFunction neighbourhoodSize)