README for "src/userguide"

Explains the contents of the directory and shows how to run the examples.
This commit is contained in:
Gilles 2015-01-08 13:13:50 +01:00
parent 6a82f92584
commit 18af25b616
1 changed files with 8 additions and 0 deletions

8
src/userguide/README Normal file
View File

@ -0,0 +1,8 @@
This directory contains source code that is not part of the Apache
Commons Math library. It contains syntaxically correct and working
examples of use.
In order to run one of the applications (a class that must contain a
"main" method), you would type (in a shell console) a command similar
to the following:
$ mvn -q exec:java -Dexec.mainClass=org.apache.commons.math3.userguide.sofm.ChineseRingsClassifier