This is an automated email from the ASF dual-hosted git repository. erans pushed a change to branch modularized_master in repository https://gitbox.apache.org/repos/asf/commons-math.git.
from 9d1741b Modularization. new ac978e2 Typo. new 1c4e414 Remove unused/outdated file. new 9fca795 Set up module for example applications. The 3 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: .../LICENCE | 0 .../NOTICE | 0 .../examples-sofm}/LICENCE | 0 .../examples-sofm}/NOTICE | 0 .../examples-sofm/chinese-rings}/LICENCE | 0 .../examples-sofm/chinese-rings}/NOTICE | 0 .../examples-sofm/chinese-rings/pom.xml | 96 ++++++ .../examples/sofm/chineserings}/ChineseRings.java | 41 ++- .../sofm/chineserings/ChineseRingsClassifier.java | 190 ++++++++++++ .../examples/sofm/chineserings/StandAlone.java | 118 ++++++++ commons-math-examples/examples-sofm/pom.xml | 57 ++++ .../examples/neuralnet/sofm/tsp/StandAlone.java | 27 +- commons-math-examples/pom.xml | 119 ++++++++ commons-math-legacy/pom.xml | 2 +- pom.xml | 13 +- .../userguide/sofm/ChineseRingsClassifier.java | 337 --------------------- test-jar.xml | 99 ------ 17 files changed, 637 insertions(+), 462 deletions(-) copy {commons-math-legacy => commons-math-examples}/LICENCE (100%) copy {commons-math-legacy => commons-math-examples}/NOTICE (100%) copy {commons-math-legacy => commons-math-examples/examples-sofm}/LICENCE (100%) copy {commons-math-legacy => commons-math-examples/examples-sofm}/NOTICE (100%) copy {commons-math-legacy => commons-math-examples/examples-sofm/chinese-rings}/LICENCE (100%) copy {commons-math-legacy => commons-math-examples/examples-sofm/chinese-rings}/NOTICE (100%) create mode 100644 commons-math-examples/examples-sofm/chinese-rings/pom.xml rename {src/userguide/java/org/apache/commons/math4/userguide/sofm => commons-math-examples/examples-sofm/chinese-rings/src/main/java/org/apache/commons/math4/examples/sofm/chineserings}/ChineseRings.java (80%) create mode 100644 commons-math-examples/examples-sofm/chinese-rings/src/main/java/org/apache/commons/math4/examples/sofm/chineserings/ChineseRingsClassifier.java create mode 100644 commons-math-examples/examples-sofm/chinese-rings/src/main/java/org/apache/commons/math4/examples/sofm/chineserings/StandAlone.java create mode 100644 commons-math-examples/examples-sofm/pom.xml copy commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/fitting/leastsquares/ParameterValidator.java => commons-math-examples/examples-sofm/src/main/java/org/apache/commons/math4/examples/neuralnet/sofm/tsp/StandAlone.java (63%) create mode 100644 commons-math-examples/pom.xml delete mode 100644 src/userguide/java/org/apache/commons/math4/userguide/sofm/ChineseRingsClassifier.java delete mode 100644 test-jar.xml