java.lang.Object
org.tribuo.classification.experiments.Test

public class Test extends Object
Test a classifier for a standard dataset.
  • 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

      public static void main(String[] args)
      Runs the Test CLI.
      Parameters:
      args - the command line arguments