org.apache.mahout.classifier.bayes
Interface SplitBayesInput.SplitCallback
- Enclosing class:
- SplitBayesInput
public static interface SplitBayesInput.SplitCallback
Used to pass information back to a caller once a file has been split without the need for a data object
Method Summary |
void |
splitComplete(org.apache.hadoop.fs.Path inputFile,
int lineCount,
int trainCount,
int testCount,
int testSplitStart)
|
splitComplete
void splitComplete(org.apache.hadoop.fs.Path inputFile,
int lineCount,
int trainCount,
int testCount,
int testSplitStart)
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.