Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.classify |
Modifier and Type | Method and Description |
---|---|
static TestDiscrete |
TestDiscrete.testDiscrete(Classifier classifier,
Classifier oracle,
Parser parser)
Tests the given discrete classifier against the given oracle using the given parser to
provide the labeled testing data.
|
static TestDiscrete |
TestDiscrete.testDiscrete(TestDiscrete tester,
Classifier classifier,
Classifier oracle,
Parser parser,
boolean output,
int outputGranularity)
Tests the given discrete classifier against the given oracle using the given parser to
provide the labeled testing data.
|
Modifier and Type | Method and Description |
---|---|
void |
TestDiscrete.reportAll(TestDiscrete t)
Report all the predictions in the argument's histograms.
|
static TestDiscrete |
TestDiscrete.testDiscrete(TestDiscrete tester,
Classifier classifier,
Classifier oracle,
Parser parser,
boolean output,
int outputGranularity)
Tests the given discrete classifier against the given oracle using the given parser to
provide the labeled testing data.
|
Copyright © 2016. All rights reserved.