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 07:04:50 UTC

[48/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/bb325044
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/bb325044
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/bb325044

Branch: refs/heads/JIRA-22/pr-356
Commit: bb32504482db55ed5d946fefb25b4b88d2c36209
Parents: 72d6a62 998203d
Author: myui <yu...@gmail.com>
Authored: Fri Dec 2 15:33:01 2016 +0900
Committer: myui <yu...@gmail.com>
Committed: Fri Dec 2 15:33:01 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/bb325044/core/src/main/java/hivemall/utils/math/MatrixUtils.java
----------------------------------------------------------------------

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