Uses of Package
org.apache.commons.math4.neuralnet
-
Packages that use org.apache.commons.math4.neuralnet Package Description org.apache.commons.math4.neuralnet Neural networks.org.apache.commons.math4.neuralnet.oned One-dimensional neural networks.org.apache.commons.math4.neuralnet.sofm Self Organizing Feature Map.org.apache.commons.math4.neuralnet.twod Two-dimensional neural networks.org.apache.commons.math4.neuralnet.twod.util Utilities to visualize two-dimensional neural networks. -
Classes in org.apache.commons.math4.neuralnet used by org.apache.commons.math4.neuralnet Class Description DistanceMeasure Interface for distance measures between two n-dimensional vectors.FeatureInitializer Defines how to assign the first value of a neuron's feature.Network Neural network, composed ofNeuron
instances and the links between them.Neuron Describes a neuron element of a neural network.SquareNeighbourhood Defines neighbourhood types. -
Classes in org.apache.commons.math4.neuralnet used by org.apache.commons.math4.neuralnet.oned Class Description FeatureInitializer Defines how to assign the first value of a neuron's feature.Network Neural network, composed ofNeuron
instances and the links between them. -
Classes in org.apache.commons.math4.neuralnet used by org.apache.commons.math4.neuralnet.sofm Class Description DistanceMeasure Interface for distance measures between two n-dimensional vectors.Network Neural network, composed ofNeuron
instances and the links between them.UpdateAction Describes how to update the network in response to a training sample. -
Classes in org.apache.commons.math4.neuralnet used by org.apache.commons.math4.neuralnet.twod Class Description FeatureInitializer Defines how to assign the first value of a neuron's feature.Network Neural network, composed ofNeuron
instances and the links between them.Neuron Describes a neuron element of a neural network.SquareNeighbourhood Defines neighbourhood types. -
Classes in org.apache.commons.math4.neuralnet used by org.apache.commons.math4.neuralnet.twod.util Class Description DistanceMeasure Interface for distance measures between two n-dimensional vectors.Neuron Describes a neuron element of a neural network.