You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/05/15 10:52:26 UTC

[4/6] ignite git commit: Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master'


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/feda3ff5
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/feda3ff5
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/feda3ff5

Branch: refs/heads/ignite-5075
Commit: feda3ff524d57d94633ad9e90adaa6788d6b5259
Parents: 86622cf 5743c3b
Author: sboikov <sb...@gridgain.com>
Authored: Mon May 15 13:47:33 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Mon May 15 13:47:33 2017 +0300

----------------------------------------------------------------------
 .../DistributedRegressionExample.java           | 149 +++++++++++++++++++
 .../apache/ignite/ml/math/util/MatrixUtil.java  |   3 +-
 .../org/apache/ignite/ml/IgniteMLTestSuite.java |  35 +++++
 .../ml/math/MathImplDistributedTestSuite.java   |   2 +-
 .../ignite/ml/math/MathImplLocalTestSuite.java  |   7 +-
 .../ignite/ml/math/MathImplMainTestSuite.java   |   2 +-
 .../OLSMultipleLinearRegressionTest.java        |   7 +
 .../ml/regressions/RegressionsTestSuite.java    |  32 ++++
 .../Binary/BinarySelfTest.cs                    |  26 ++++
 .../Impl/Binary/BinaryReflectiveActions.cs      |   6 +-
 .../BinaryReflectiveSerializerInternal.cs       |   9 +-
 .../Impl/Binary/BinaryUtils.cs                  |   9 --
 .../Binary/DeserializationCallbackProcessor.cs  |  11 ++
 .../Impl/Binary/SerializableSerializer.cs       |  10 +-
 14 files changed, 278 insertions(+), 30 deletions(-)
----------------------------------------------------------------------