You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by zaleslaw <gi...@git.apache.org> on 2017/11/07 15:36:59 UTC

[GitHub] ignite pull request #2989: IGNITE-5846: Add support of distributed matrices ...

GitHub user zaleslaw opened a pull request:

    https://github.com/apache/ignite/pull/2989

    IGNITE-5846: Add support of distributed matrices for OLS regression.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-5846

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2989.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2989
    
----
commit e4450ed14cd0b27b00351afd3356383cfbcf9eb4
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-04T17:51:31Z

    Renamed variables for readability

commit 5ef823b3a735d09261b545f21d1c576ebbe4baf0
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-04T17:52:17Z

    Renamed method according javadoc

commit 5ed2047d6a9990597c2c8f17ec901296eeb486b8
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-04T17:52:47Z

    Created skeleton for distributed version

commit 69508d52339834db98fcac781f86823da208bc9b
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-04T19:27:14Z

    Fixed example

commit 38480ca561a92ef154ca767b24d28847863ed900
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-04T19:27:47Z

    Added distributed skeleton for QR decomposition

commit 3040e8f6b3950de67990cd9ddc8e09cf42bcb802
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-04T19:28:13Z

    Deleted strange behaviour of like method

commit 39e61dcfff285d26fb517c87fc2777cc4077cca9
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-05T09:54:09Z

    Removed local matrix creation for distributed matrix in like operator

commit 93c2f78db3e8d0221f2281af6b34173239d5ae21
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-05T10:09:01Z

    Removed local matrix creation for distributed matrix in like operator (correct version)

commit abebeb186c1949114be9b26c9cefa3684651bf29
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-05T12:17:54Z

    Added review of copy-paste class

commit 667a37601f3e64e256a6d172ece1cca4e0b9c7b3
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-05T12:22:15Z

    Added review of copy-paste class (for QR)

commit 62a21f14379eb43c5195286a16cd96ede57197a6
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-05T18:50:25Z

    Added draft of SparseDistributedVectorStorage and SparseDistributedVector with tests

commit 6cc85e63a8c086a6afb5976e548b78f30b1a45e3
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-14T14:43:12Z

    Finished SparseDistributedVector initial design

commit 62ddd46972de5c7c5873438f81c7b35d33b6427b
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-14T15:56:21Z

    Added draft of distributed regression test

commit a8b998ddeb297249b501f211ef088c5076b1c003
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-15T15:59:49Z

    Implemented copy, like and other useful functions for distributed structures

commit 5ad808486e8fe876cc3f665c56845ab7275ecdcf
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-15T16:00:43Z

    Fixed small bugs in regression

commit 5ed519902eac0754adb3c84bf532e987cd76d7be
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-15T16:01:14Z

    Fixed Distributed Regression Test and Suite

commit d95ffaab178d79747ed1e8371899f54892dc1f02
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-15T17:17:18Z

    Fixed NewSampleDataXNull test

commit f56c08d729781ff3298efefba5412b81044e3343
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-15T19:08:22Z

    Added debug messages

commit 31835c50a3aa0f80dc26cedf6014c0eda7ace2c4
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-17T17:01:15Z

    Change SDM on SDBM

commit 76bdc3dd8fd09b385a8de91f9862808b8d4e90c9
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-21T12:48:44Z

    Finished SDV and SDBM with storages

commit 6c99b486fb5a1e2cf0ff630893a8e3cadf3c1604
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-21T12:49:50Z

    Changed test according adding support for the operation

commit d172d35e627e92b065ce65451ef1b21acb6a9e8a
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-21T12:51:20Z

    Added test for Matrix-Vector multiplication and fixed failed test

commit 1df2a12c14b032d10f1ab1e718140a8bb0a11056
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-31T15:32:57Z

    Added debug changes before merge

commit df9b35a3000966a3f9c3dfeb735dd93d11e5bee7
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-31T15:49:38Z

    Merge with last master updates

commit 4af3a85bf55d62a24f566b84e29bb243af5eb3a3
Author: zaleslaw <za...@gmail.com>
Date:   2017-10-31T16:05:34Z

    Fixed bugs

commit d05be92b6fda2301ad36645baf70b4b05f717c01
Author: zaleslaw <za...@gmail.com>
Date:   2017-11-01T14:03:23Z

    Fixed bugs in BlockMatrixStorage

commit a00d57e0d230cbcd097d32d7ac528482d0bcbfa6
Author: zaleslaw <za...@gmail.com>
Date:   2017-11-03T11:03:28Z

    Remove alternative version of QR decomposition/ regression

commit 2d5082d000bc2c066473d0e99d84bd487038808e
Author: zaleslaw <za...@gmail.com>
Date:   2017-11-03T11:45:58Z

    Minor changes

commit 07d1cb6bd7438b9bdea824dc663992fdd0ecee5c
Author: zaleslaw <za...@gmail.com>
Date:   2017-11-03T16:36:38Z

    Added support of distributed block vector

commit e6be107693858bb4c680b4c4b20126a4ead68e57
Author: zaleslaw <za...@gmail.com>
Date:   2017-11-04T09:20:34Z

    Fixed test

----


---

[GitHub] ignite pull request #2989: IGNITE-5846: Add support of distributed matrices ...

Posted by zaleslaw <gi...@git.apache.org>.
Github user zaleslaw closed the pull request at:

    https://github.com/apache/ignite/pull/2989


---