daikon.inv
Class FeatureExtractor.CombineFiles
Object
FeatureExtractor.CombineFiles
- Enclosing class:
- FeatureExtractor
public static final class FeatureExtractor.CombineFiles
- extends Object
A tool for combining and normalizing multiple SVMfu and C5 files.
|
Method Summary |
static void |
main(String[] args)
|
static void |
mainHelper(String[] args)
This does the work of main, but it never calls System.exit, so it
is appropriate to be called progrmmatically. |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureExtractor.CombineFiles
public FeatureExtractor.CombineFiles()
main
public static void main(String[] args)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
mainHelper
public static void mainHelper(String[] args)
throws IOException,
ClassNotFoundException
- This does the work of main, but it never calls System.exit, so it
is appropriate to be called progrmmatically.
Termination of the program with a message to the user is indicated by
throwing Daikon.TerminationMessage.
- Throws:
IOException
ClassNotFoundException- See Also:
main(String[]),
Daikon.TerminationMessage