You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/01/05 01:29:47 UTC

[9/9] git commit: Merge pull request #292 from soulmachine/naive-bayes

Merge pull request #292 from soulmachine/naive-bayes

standard Naive Bayes classifier

Has implemented the standard Naive Bayes classifier. This is an updated version of #288, which is closed because of misoperations.


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

Branch: refs/heads/master
Commit: d43ad3ef2c3d4b690ba1d053729daefb507cd23c
Parents: 10fe23b dd6033e
Author: Reynold Xin <rx...@apache.org>
Authored: Sat Jan 4 16:29:30 2014 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Sat Jan 4 16:29:30 2014 -0800

----------------------------------------------------------------------
 .../spark/mllib/classification/NaiveBayes.scala | 119 +++++++++++++++++++
 .../mllib/classification/NaiveBayesSuite.scala  | 108 +++++++++++++++++
 2 files changed, 227 insertions(+)
----------------------------------------------------------------------