public class DoccatCrossValidator extends Object
| Constructor and Description | 
|---|
DoccatCrossValidator(String languageCode,
                    TrainingParameters mlParams,
                    DoccatFactory factory,
                    DoccatEvaluationMonitor... listeners)
Creates a  
DoccatCrossValidator with the given
 FeatureGenerators. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
evaluate(ObjectStream<DocumentSample> samples,
        int nFolds)
Starts the evaluation. 
 | 
double | 
getDocumentAccuracy()
Retrieves the accuracy for all iterations. 
 | 
long | 
getDocumentCount()
Retrieves the number of words which where validated over all iterations. 
 | 
public DoccatCrossValidator(String languageCode, TrainingParameters mlParams, DoccatFactory factory, DoccatEvaluationMonitor... listeners)
DoccatCrossValidator with the given
 FeatureGenerators.public void evaluate(ObjectStream<DocumentSample> samples, int nFolds) throws IOException
samples - the data to train and testnFolds - number of foldsIOExceptionpublic double getDocumentAccuracy()
public long getDocumentCount()
Copyright © 2017 The Apache Software Foundation. All rights reserved.