Class Test
java.lang.Object
org.tribuo.classification.experiments.Test
Test a classifier for a standard dataset.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Test
public Test()
-
-
Method Details
-
load
public static com.oracle.labs.mlrg.olcut.util.Pair<Model<Label>,Dataset<Label>> load(Test.ConfigurableTestOptions o) throws IOException Loads in the model and the dataset from the options.- Parameters:
o
- The options.- Returns:
- The model and the dataset.
- Throws:
IOException
- If either the model or dataset could not be read.
-
main
Runs the Test CLI.- Parameters:
args
- the command line arguments
-