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/a3cdff6d Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/a3cdff6d Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/a3cdff6d Branch: refs/heads/master Commit: a3cdff6d6f5a10457bb7c17a3f976f9b67c39b6a Parents: 2b023cf f6224fc Author: Andrew Palumbo <[email protected]> Authored: Tue Mar 8 15:19:41 2016 -0500 Committer: Andrew Palumbo <[email protected]> Committed: Tue Mar 8 15:19:41 2016 -0500 ---------------------------------------------------------------------- .../classifier/naivebayes/NBClassifier.scala | 6 +++--- .../mahout/classifier/naivebayes/NBModel.scala | 2 -- .../classifier/naivebayes/NaiveBayes.scala | 10 +++++----- .../classifier/stats/ConfusionMatrix.scala | 15 +++++++-------- .../apache/mahout/math/decompositions/ALS.scala | 2 -- .../apache/mahout/math/decompositions/DQR.scala | 2 -- .../mahout/math/decompositions/DSPCA.scala | 1 - .../mahout/math/decompositions/DSSVD.scala | 1 - .../apache/mahout/math/drm/CheckpointedOps.scala | 1 - .../mahout/math/drm/DistributedEngine.scala | 4 ++-- .../mahout/math/scalabindings/MatrixOps.scala | 19 ++++++++++--------- .../math/scalabindings/RLikeVectorOps.scala | 2 +- .../mahout/math/scalabindings/VectorOps.scala | 2 +- .../apache/mahout/sparkbindings/blas/ABt.scala | 3 --- 14 files changed, 29 insertions(+), 41 deletions(-) ----------------------------------------------------------------------
