Uses of Class
org.apache.commons.math3.ml.neuralnet.Network
Packages that use Network
Package
Description
Neural networks.
One-dimensional neural networks.
Self Organizing Feature Map.
Two-dimensional neural networks.
-
Uses of Network in org.apache.commons.math3.ml.neuralnet
Methods in org.apache.commons.math3.ml.neuralnet that return NetworkMethods in org.apache.commons.math3.ml.neuralnet with parameters of type NetworkModifier and TypeMethodDescriptionstatic double
MapUtils.computeTopographicError
(Iterable<double[]> data, Network net, DistanceMeasure distance) Computes the topographic error.void
Updates the network in response to the samplefeatures
. -
Uses of Network in org.apache.commons.math3.ml.neuralnet.oned
Methods in org.apache.commons.math3.ml.neuralnet.oned that return Network -
Uses of Network in org.apache.commons.math3.ml.neuralnet.sofm
Methods in org.apache.commons.math3.ml.neuralnet.sofm with parameters of type NetworkModifier and TypeMethodDescriptionvoid
Updates the network in response to the samplefeatures
.Constructors in org.apache.commons.math3.ml.neuralnet.sofm with parameters of type NetworkModifierConstructorDescriptionKohonenTrainingTask
(Network net, Iterator<double[]> featuresIterator, KohonenUpdateAction updateAction) Creates a (sequential) trainer for the given network. -
Uses of Network in org.apache.commons.math3.ml.neuralnet.twod
Methods in org.apache.commons.math3.ml.neuralnet.twod that return NetworkModifier and TypeMethodDescriptionNeuronSquareMesh2D.getNetwork()
Retrieves the underlying network.