You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by pa...@apache.org on 2014/06/13 02:45:25 UTC

[3/6] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/mahout

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/mahout


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

Branch: refs/heads/master
Commit: d319b325066620a82d079379564188912e8b0b92
Parents: a12135b fcb436d
Author: pferrel <pa...@occamsmachete.com>
Authored: Mon Jun 9 07:01:15 2014 -0700
Committer: pferrel <pa...@occamsmachete.com>
Committed: Mon Jun 9 07:01:15 2014 -0700

----------------------------------------------------------------------
 .../src/main/resources/findbugs-exclude.xml     |  6 ++
 .../src/main/resources/mahout-pmd-ruleset.xml   |  6 +-
 .../classifier/sgd/RunAdaptiveLogistic.java     | 59 ++++++------
 .../mahout/text/LuceneStorageConfiguration.java | 96 ++++++++++++++++----
 .../SequenceFilesFromLuceneStorageTest.java     |  2 +-
 .../math/list/AbstractValueTypeList.java.t      |  2 +-
 .../mahout/math/list/ValueTypeArrayList.java.t  |  2 +-
 .../math/map/OpenKeyTypeValueTypeHashMap.java.t |  2 -
 .../org/apache/mahout/math/SparseRowMatrix.java |  5 +-
 ...itFeedbackAlternatingLeastSquaresSolver.java |  4 +-
 .../math/decomposer/lanczos/LanczosState.java   |  2 +-
 .../org/apache/mahout/math/set/OpenHashSet.java |  4 +-
 .../apache/mahout/math/TestSparseRowMatrix.java | 20 ++++
 .../recommender/svd/ParallelSGDFactorizer.java  |  4 +-
 .../mahout/classifier/mlp/NeuralNetwork.java    |  6 +-
 .../sgd/AdaptiveLogisticRegression.java         |  2 +-
 .../mahout/clustering/AbstractCluster.java      | 30 +++---
 .../org/apache/mahout/math/MatrixWritable.java  |  2 +-
 18 files changed, 171 insertions(+), 83 deletions(-)
----------------------------------------------------------------------