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
Methods in org.apache.commons.math3.ml.neuralnet.sofm that return NeighbourhoodSizeFunctionModifier and TypeMethodDescriptionstatic NeighbourhoodSizeFunctionNeighbourhoodSizeFunctionFactory.exponentialDecay(double initValue, double valueAtNumCall, long numCall) Creates an exponential decayfunction.static NeighbourhoodSizeFunctionNeighbourhoodSizeFunctionFactory.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)