Uses of Interface
org.apache.mahout.classifier.bayes.SplitBayesInput.SplitCallback

Packages that use SplitBayesInput.SplitCallback
org.apache.mahout.classifier.bayes
The Bayes example package provides some helper classes for training the Naive Bayes classifier on the Twenty Newsgroups data. 
 

Uses of SplitBayesInput.SplitCallback in org.apache.mahout.classifier.bayes
 

Methods in org.apache.mahout.classifier.bayes that return SplitBayesInput.SplitCallback
 SplitBayesInput.SplitCallback SplitBayesInput.getCallback()
           
 

Methods in org.apache.mahout.classifier.bayes with parameters of type SplitBayesInput.SplitCallback
 void SplitBayesInput.setCallback(SplitBayesInput.SplitCallback callback)
          Sets the callback used to inform the caller that an input file has been successfully split
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.