You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2016/12/02 08:02:37 UTC

[47/50] [abbrv] incubator-hivemall git commit: Merge branch 'sst-changepoint' of https://github.com/takuti/hivemall into JIRA-22/pr-356

Merge branch 'sst-changepoint' of https://github.com/takuti/hivemall into JIRA-22/pr-356


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

Branch: refs/heads/JIRA-22/pr-356
Commit: cc34435155e86718acb49fa42208aff730bb756c
Parents: 72d6a62 998203d
Author: myui <yu...@gmail.com>
Authored: Fri Dec 2 16:55:23 2016 +0900
Committer: myui <yu...@gmail.com>
Committed: Fri Dec 2 16:55:23 2016 +0900

----------------------------------------------------------------------
 .../anomaly/SingularSpectrumTransform.java      | 193 +++++++++++++++
 .../anomaly/SingularSpectrumTransformUDF.java   | 235 +++++++++++++++++++
 .../java/hivemall/utils/math/MatrixUtils.java   | 203 ++++++++++++++++
 .../anomaly/SingularSpectrumTransformTest.java  | 146 ++++++++++++
 .../hivemall/utils/math/MatrixUtilsTest.java    |  67 ++++++
 5 files changed, 844 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/cc344351/core/src/main/java/hivemall/utils/math/MatrixUtils.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/cc344351/core/src/test/java/hivemall/utils/math/MatrixUtilsTest.java
----------------------------------------------------------------------