public class DoccatCrossValidator extends Object
Constructor and Description |
---|
DoccatCrossValidator(String languageCode,
TrainingParameters mlParams,
DoccatFactory factory,
DoccatEvaluationMonitor... listeners)
Creates a
DoccatCrossValidator with the given
FeatureGenerator s. |
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
FeatureGenerator
s.public void evaluate(ObjectStream<DocumentSample> samples, int nFolds) throws IOException
samples
- the data to train and testnFolds
- number of foldsIOException
public double getDocumentAccuracy()
public long getDocumentCount()
Copyright © 2020 The Apache Software Foundation. All rights reserved.