weka.core
Interface CommandlineRunnable
public interface CommandlineRunnable
Interface to something that can be run from the command line.
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
|
Method Summary |
void |
run(Object toRun,
String[] options)
Execute the supplied object. |
run
void run(Object toRun,
String[] options)
throws IllegalArgumentException
- Execute the supplied object.
- Parameters:
toRun - the object to executeoptions - any options to pass to the object
- Throws:
IllegalArgumentException - if the object is not of the expected
type.
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.