This is an automated email from the ASF dual-hosted git repository.
erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git.
from 2f48fbb Unused "import" statements.
new c6d5f4b MATH-1594: Remove "Serializable".
new 382759b Javadoc.
new 08e51aa Unused "import" statements.
new 468d817 Remove comparator.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/commons/math4/neuralnet/Network.java | 220 ++++++---------------
.../org/apache/commons/math4/neuralnet/Neuron.java | 57 +-----
.../neuralnet/internal/NeuralNetException.java | 4 +
.../commons/math4/neuralnet/oned/NeuronString.java | 64 +-----
.../math4/neuralnet/twod/NeuronSquareMesh2D.java | 90 +--------
.../commons/math4/neuralnet/NetworkTest.java | 46 +----
.../apache/commons/math4/neuralnet/NeuronTest.java | 31 ---
.../math4/neuralnet/oned/NeuronStringTest.java | 41 ----
.../neuralnet/twod/NeuronSquareMesh2DTest.java | 44 -----
9 files changed, 75 insertions(+), 522 deletions(-)