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 <[email protected]> Authored: Fri Dec 2 16:55:23 2016 +0900 Committer: myui <[email protected]> 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 ----------------------------------------------------------------------
