jmaxent
Class Trainer

java.lang.Object
  extended by jmaxent.Trainer

public class Trainer
extends java.lang.Object

The Class Trainer.


Constructor Summary
Trainer()
           
 
Method Summary
static boolean checkArgs(java.lang.String[] args)
          Check args.
static void displayHelp()
          Display help.
static void main(java.lang.String[] args)
          The main method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trainer

public Trainer()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
The main method.

Parameters:
args - the arguments
Throws:
java.io.IOException - Signals that an I/O exception has occurred.

checkArgs

public static boolean checkArgs(java.lang.String[] args)
Check args.

Parameters:
args - the args
Returns:
true, if successful

displayHelp

public static void displayHelp()
Display help.