Package proper.app

Contains command line classes, which can all be called with the option "-help" to get further information about the available parameters.

See:
          Description

Class Summary
Application This class functions as a Ancestor for all classes that are called from commandline with parameters.
ArffComparer A simple comparer of ARFF files created by different tools.
ArffFilter This class filters an ARFF filter: it can delete attributes by names, but also run WEKA filters.
Bagger This class Exports a table to an ARFF-file that can be used in MILK (the multi instance learning kit, based on Weka).

For a complete list of commandline parameters just run it with the option "-help".
Classifier This class trains a classifier and classifies given instances.
One can specify WEKA or MILK classifiers.

For a complete list of commandline parameters just run it with the option "-help".
DatabaseApplication This class functions as a Ancestor for all classes that are called from commandline with parameters and that handle databases
For a complete list of commandline parameters just run it with the option "-help".
Databases This class creates the necessary databases for the experiments.
Experimenter This class runs experiments with a given ARFF-file.

For a complete list of commandline parameters just run it with the option "-help".
Export This class Exports a table to an ARFF-file that is used in WEKA.

ForeignKeys This class shows foreign keys of a given table.
Import This class imports Prolog programs or CSV files and creates a database from it with tables according to the predicates (Prolog) or filenames (CSV).
Jobs This class extracts the java calls (i.e.
MILK This class performs a flattening of a database into a single table.
Propagation This class performs the propagation of keys to outlying tables.
Reducer This class is used for reducing (= deleting) the amount of rows of tables in a database given a certain column.
RELAGGS This class runs Relaggs over an SQL-database.
Relaggs: Mark-A.
Relations This class discovers the relations for a given table in a database based on the names of the columns.
REMILK This class combines RELAGGS and MILK.

For a complete list of commandline parameters just run it with the option "-help".
Standalone This class creates a standalone version of a provided class.
Tester This class runs testing of a generated classifier, therefore learning and testing ARFF-files have to be provided (besides the classifier).
One can specify WEKA or MILK classifiers.

For a complete list of commandline parameters just run it with the option "-help".
 

Package proper.app Description

Contains command line classes, which can all be called with the option "-help" to get further information about the available parameters. Most of the classes here only relay the information to a specialized Engine-Class.