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 <[email protected]> Authored: Fri Dec 2 15:33:01 2016 +0900 Committer: myui <[email protected]> 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 ----------------------------------------------------------------------
