Re: MLlib Naive Bayes classifier confidence

2014-12-04 Thread MariusFS
lasses so is usually excluded. It would appear as a "- > log(P(evidence))" term. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/MLlib-Naive-Bayes-classifier-confidence-tp18456p20361.html Sent from the Apache Spark Us

Re: MLlib Naive Bayes classifier confidence

2014-12-03 Thread Sean Owen
View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/MLlib-Naive-Bayes-classifier-confidence-tp18456p20175.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. > > -

Re: MLlib Naive Bayes classifier confidence

2014-12-02 Thread MariusFS
com/MLlib-Naive-Bayes-classifier-confidence-tp18456p20175.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: use

Re: MLlib Naive Bayes classifier confidence

2014-11-10 Thread jatinpreet
Programmer -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/MLlib-Naive-Bayes-classifier-confidence-tp18456p18497.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To

Re: MLlib Naive Bayes classifier confidence

2014-11-10 Thread Sean Owen
It's hacky, but you could access these fields via reflection. It'd be better to propose opening them up in a PR. On Mon, Nov 10, 2014 at 9:25 AM, jatinpreet wrote: > Thanks for the answer. The variables brzPi and brzTheta are declared private. > I am writing my code with Java otherwise I could ha

Re: MLlib Naive Bayes classifier confidence

2014-11-10 Thread jatinpreet
. Any suggestions of a way out other than replicating the whole functionality of Naive Baye's model in Java? That would be a time consuming process. - Novice Big Data Programmer -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/MLlib-Naive-Bayes-class

Re: MLlib Naive Bayes classifier confidence

2014-11-10 Thread Sean Owen
ssification. I wish to eliminate the > samples that were classified with low confidence. > > Thanks, > Jatin > > > > - > Novice Big Data Programmer > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/MLlib-Naive-Bayes-

MLlib Naive Bayes classifier confidence

2014-11-09 Thread jatinpreet
p://apache-spark-user-list.1001560.n3.nabble.com/MLlib-Naive-Bayes-classifier-confidence-tp18456.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apac