Author: robinanil
Date: Tue Jun  5 12:50:23 2012
New Revision: 1346373

URL: http://svn.apache.org/viewvc?rev=1346373&view=rev
Log:
MAHOUT-939 Remove warnings from the asf example script

Modified:
    
mahout/trunk/core/src/main/java/org/apache/mahout/classifier/naivebayes/ComplementaryNaiveBayesClassifier.java
    mahout/trunk/examples/bin/asf-email-examples.sh

Modified: 
mahout/trunk/core/src/main/java/org/apache/mahout/classifier/naivebayes/ComplementaryNaiveBayesClassifier.java
URL: 
http://svn.apache.org/viewvc/mahout/trunk/core/src/main/java/org/apache/mahout/classifier/naivebayes/ComplementaryNaiveBayesClassifier.java?rev=1346373&r1=1346372&r2=1346373&view=diff
==============================================================================
--- 
mahout/trunk/core/src/main/java/org/apache/mahout/classifier/naivebayes/ComplementaryNaiveBayesClassifier.java
 (original)
+++ 
mahout/trunk/core/src/main/java/org/apache/mahout/classifier/naivebayes/ComplementaryNaiveBayesClassifier.java
 Tue Jun  5 12:50:23 2012
@@ -22,8 +22,7 @@ package org.apache.mahout.classifier.nai
  * Class implementing the Naive Bayes Classifier Algorithm
  * 
  */
-public class ComplementaryNaiveBayesClassifier extends 
AbstractNaiveBayesClassifier { 
- 
+public class ComplementaryNaiveBayesClassifier extends 
AbstractNaiveBayesClassifier {
   public ComplementaryNaiveBayesClassifier(NaiveBayesModel model) {
     super(model);
   }

Modified: mahout/trunk/examples/bin/asf-email-examples.sh
URL: 
http://svn.apache.org/viewvc/mahout/trunk/examples/bin/asf-email-examples.sh?rev=1346373&r1=1346372&r2=1346373&view=diff
==============================================================================
--- mahout/trunk/examples/bin/asf-email-examples.sh (original)
+++ mahout/trunk/examples/bin/asf-email-examples.sh Tue Jun  5 12:50:23 2012
@@ -150,10 +150,6 @@ elif [ "x$alg" == "xclustering" ]; then
 elif [ "x$alg" == "xclassification" ]; then
   algorithm=( standard complementary sgd )
   echo ""
-  echo "!!!!!!!!!!!"
-  echo "NOTE: The classification examples are still experimental for this data 
set due to quality concerns likely due to preprocessing.  We are working to 
remedy these.  For more info, see 
https://issues.apache.org/jira/browse/MAHOUT-939";
-  echo "!!!!!!!!!!!"
-  echo ""
   if [ -n "$4" ]; then
     choice=$4
   else


Reply via email to