de.lmu.ifi.dbs.elki.application
Class KDDCLIApplication
java.lang.Object
de.lmu.ifi.dbs.elki.application.AbstractApplication
de.lmu.ifi.dbs.elki.application.KDDCLIApplication
- All Implemented Interfaces:
- InspectionUtilFrequentlyScanned, Parameterizable
public class KDDCLIApplication
- extends AbstractApplication
Provides a KDDCLIApplication that can be used to perform any algorithm
implementing Algorithm
using any DatabaseConnection
implementing
DatabaseConnection
.
Field Summary |
(package private) KDDTask |
task
The KDD Task to perform. |
Method Summary |
static void |
main(String[] args)
Runs a KDD task accordingly to the specified parameters. |
void |
run()
Runs the application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
task
KDDTask task
- The KDD Task to perform.
KDDCLIApplication
public KDDCLIApplication(boolean verbose,
KDDTask task)
- Constructor.
- Parameters:
verbose
- Verbose flagtask
- Task to run
run
public void run()
- Description copied from class:
AbstractApplication
- Runs the application.
- Specified by:
run
in class AbstractApplication
main
public static void main(String[] args)
- Runs a KDD task accordingly to the specified parameters.
- Parameters:
args
- parameter list according to description