Package | Description |
---|---|
org.apache.commons.math3.ml.neuralnet |
Neural networks.
|
org.apache.commons.math3.ml.neuralnet.oned |
One-dimensional neural networks.
|
org.apache.commons.math3.ml.neuralnet.sofm |
Self Organizing Feature Map.
|
org.apache.commons.math3.ml.neuralnet.twod |
Two-dimensional neural networks.
|
Modifier and Type | Method and Description |
---|---|
Network |
Network.copy()
Performs a deep copy of this instance.
|
Modifier and Type | Method and Description |
---|---|
static double |
MapUtils.computeTopographicError(Iterable<double[]> data,
Network net,
DistanceMeasure distance)
Computes the topographic error.
|
void |
UpdateAction.update(Network net,
double[] features)
Updates the network in response to the sample
features . |
Modifier and Type | Method and Description |
---|---|
Network |
NeuronString.getNetwork()
Retrieves the underlying network.
|
Modifier and Type | Method and Description |
---|---|
void |
KohonenUpdateAction.update(Network net,
double[] features)
Updates the network in response to the sample
features . |
Constructor and Description |
---|
KohonenTrainingTask(Network net,
Iterator<double[]> featuresIterator,
KohonenUpdateAction updateAction)
Creates a (sequential) trainer for the given network.
|
Modifier and Type | Method and Description |
---|---|
Network |
NeuronSquareMesh2D.getNetwork()
Retrieves the underlying network.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.