Repository: ignite Updated Branches: refs/heads/master c2f09c1c8 -> 7422609f9
IGNITE-7509: Adjust documentation for ML module this closes #3449 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7422609f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7422609f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7422609f Branch: refs/heads/master Commit: 7422609f9f5f365f7968dfbf103fb37999bbae51 Parents: c2f09c1 Author: Oleg Ignatenko <[email protected]> Authored: Mon Jan 29 20:21:52 2018 +0300 Committer: Yury Babak <[email protected]> Committed: Mon Jan 29 20:21:52 2018 +0300 ---------------------------------------------------------------------- modules/ml/README.txt | 16 ++++++---------- modules/yardstick/DEVNOTES-standalone.txt | 10 ---------- modules/yardstick/DEVNOTES.txt | 11 ----------- 3 files changed, 6 insertions(+), 31 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/7422609f/modules/ml/README.txt ---------------------------------------------------------------------- diff --git a/modules/ml/README.txt b/modules/ml/README.txt index e85b7a0..d7e2fb9 100644 --- a/modules/ml/README.txt +++ b/modules/ml/README.txt @@ -1,21 +1,17 @@ -Apache Ignite Math Module ------------------------------- +Apache Ignite ML Grid Module +---------------------------- -Apache Ignite Math module provides several implementations of vector and matrices. - -Module includes on heap and off heap, dense and sparse, local and distributed implementations. - -Based on ideas from Apache Mahout. +Apache Ignite ML Grid module provides machine learning features, along with involved methods of linear algebra and relevant data structures, including on heap and off heap, dense and sparse, local and distributed implementations. # Local build with javadoc Run from project root: -mvn clean package -Pml -DskipTests -pl modules/ml -am +mvn clean package -DskipTests -pl modules/ml -am Apache binary releases cannot include LGPL dependencies. If you would like to activate native BLAS optimizations into your build, you should download the source release from Ignite website and do the build with the following maven command: -mvn clean package -Pml,lgpl -DskipTests -pl modules/ml -am +mvn clean package -Plgpl -DskipTests -pl modules/ml -am -Find generated jars in target folder. \ No newline at end of file +Find generated jars in target folder. http://git-wip-us.apache.org/repos/asf/ignite/blob/7422609f/modules/yardstick/DEVNOTES-standalone.txt ---------------------------------------------------------------------- diff --git a/modules/yardstick/DEVNOTES-standalone.txt b/modules/yardstick/DEVNOTES-standalone.txt index 4636e8f..81808d1 100644 --- a/modules/yardstick/DEVNOTES-standalone.txt +++ b/modules/yardstick/DEVNOTES-standalone.txt @@ -7,16 +7,6 @@ mvn clean package Artifacts can be found in `/target/assembly directory.` -Building from standalone sources with ML Grid benchmarks -==================================================== - -You need Java 8 or higher and "ml" profile enabled. Run - -mvn clean package -Pml - -See also: https://apacheignite.readme.io/docs/machine-learning#section-getting-started - - Writing Ignite Benchmarks ========================= http://git-wip-us.apache.org/repos/asf/ignite/blob/7422609f/modules/yardstick/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/modules/yardstick/DEVNOTES.txt b/modules/yardstick/DEVNOTES.txt index 9f79f55..b8b1f53 100644 --- a/modules/yardstick/DEVNOTES.txt +++ b/modules/yardstick/DEVNOTES.txt @@ -12,17 +12,6 @@ This command will compile the project and also unpack scripts from `yardstick-re Artifacts can be found in `modules/yardstick/target/assembly` directory. -Building from Ignite sources with ML Grid benchmarks -==================================================== - -You need Java 8 or higher and "ml" profile enabled. Run - -mvn clean package -Pyardstick -Pml -pl modules/yardstick -am -DskipTests - -in the Apache Ignite root directory. - -See also: https://apacheignite.readme.io/docs/machine-learning#section-getting-started - Writing Ignite Benchmarks =========================
