Class TrainTest

java.lang.Object
org.tribuo.classification.sgd.TrainTest

public class TrainTest extends Object
Build and run a classifier for a standard dataset using LinearSGDTrainer.
  • Constructor Details

    • TrainTest

      public TrainTest()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Runs a TrainTest CLI.
      Parameters:
      args - the command line arguments
      Throws:
      IOException - if there is any error reading the examples.