Uses of Interface
org.apache.commons.math4.neuralnet.DistanceMeasure
-
Packages that use DistanceMeasure Package Description org.apache.commons.math4.neuralnet Neural networks.org.apache.commons.math4.neuralnet.sofm Self Organizing Feature Map.org.apache.commons.math4.neuralnet.twod.util Utilities to visualize two-dimensional neural networks. -
-
Uses of DistanceMeasure in org.apache.commons.math4.neuralnet
Classes in org.apache.commons.math4.neuralnet that implement DistanceMeasure Modifier and Type Class Description class
EuclideanDistance
Euclidean distance measures of n-dimensional vectors.Methods in org.apache.commons.math4.neuralnet with parameters of type DistanceMeasure Modifier and Type Method Description static double
MapUtils. computeQuantizationError(Iterable<double[]> data, Iterable<Neuron> neurons, DistanceMeasure distance)
Computes the quantization error.static double
MapUtils. computeTopographicError(Iterable<double[]> data, Network net, DistanceMeasure distance)
Computes the topographic error.Constructors in org.apache.commons.math4.neuralnet with parameters of type DistanceMeasure Constructor Description MapRanking(Iterable<Neuron> neurons, DistanceMeasure distance)
-
Uses of DistanceMeasure in org.apache.commons.math4.neuralnet.sofm
Constructors in org.apache.commons.math4.neuralnet.sofm with parameters of type DistanceMeasure Constructor Description KohonenUpdateAction(DistanceMeasure distance, LearningFactorFunction learningFactor, NeighbourhoodSizeFunction neighbourhoodSize)
-
Uses of DistanceMeasure in org.apache.commons.math4.neuralnet.twod.util
Constructors in org.apache.commons.math4.neuralnet.twod.util with parameters of type DistanceMeasure Constructor Description SmoothedDataHistogram(int smoothingBins, DistanceMeasure distance)
UnifiedDistanceMatrix(DistanceMeasure distance)
-