jmirutilities
Class Main
java.lang.Object
jmirutilities.Main
public class Main
- extends java.lang.Object
This utility performs various utility tasks for the jMIR package, generally
related to generating labelled ACE XML Classification Files, file parsing,
file type conversions and combining existing ARFF or ACE XML files in various
ways. It can only be run from the command line. The first command line
argument must be a flag with a hyphen preceding it, and must be one of the
valid choices specified in the help. Such a flag specifies the task to be
performed. Some flags permit additional command line options afterwards,
which do not require hyphens. Flags, associated functionality and options can
be displayed by running this with the "-help" flag.
Constructor Summary |
Main()
|
Method Summary |
static void |
main(java.lang.String[] args)
Runs the software from the command line. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main()
main
public static void main(java.lang.String[] args)
- Runs the software from the command line. Run with the arguments "help"
or "-help" for more information
- Parameters:
args
- The command line arguments.