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:39 UTC

[49/50] [abbrv] incubator-hivemall git commit: Merge branch 'feature/kernelized_pa' of https://github.com/L3Sota/hivemall into JIRA-22/pr-304

Merge branch 'feature/kernelized_pa' of https://github.com/L3Sota/hivemall into JIRA-22/pr-304


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

Branch: refs/heads/JIRA-22/pr-304
Commit: b0a0179b0bc1f50403eb1f5534bfb870113f9777
Parents: 72d6a62 f986803
Author: myui <yu...@gmail.com>
Authored: Fri Dec 2 16:55:49 2016 +0900
Committer: myui <yu...@gmail.com>
Committed: Fri Dec 2 16:55:49 2016 +0900

----------------------------------------------------------------------
 .../KernelizedPassiveAggressiveUDTF.java        | 396 +++++++++++++++
 .../main/java/hivemall/model/FeatureValue.java  |  19 +-
 .../utils/collections/FloatArrayList.java       | 151 ++++++
 .../KernelizedPassiveAggressiveUDTFTest.java    | 485 ++++++++++++++++++
 .../hivemall/classifier/news20-medium.binary    | 500 +++++++++++++++++++
 .../hivemall/classifier/news20-small.binary     | 100 ++++
 .../hivemall/classifier/news20-tiny.binary      |   2 +
 7 files changed, 1652 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/b0a0179b/core/src/main/java/hivemall/model/FeatureValue.java
----------------------------------------------------------------------