Package uk.ac.ed.inf.csb.taweka

Class Summary
ArffGenerator General information about TaWeka (author, documentation web page, version etc)
ArffGeneratorTest Class
ArffProperties Contains the properties for a TaWeka run It contains: 1.
ArffPropsTable Class to keep the name and column types for the database table to store the ARFF file parameters (the data files for Weka or Mulan machine learning)
ArffPropsTableManager Writes into a database table the pointers needed to build an arff file (the name of the arff file, the query to select instances, attributes, class values etc) TODO integrate arff recording to database with mulan experiment recording
AttributeFactory The attribute factory produces binary and nominal Weka attributes.
DataSetWriter DataSet generates a collection of Weka instances (rows of the ARFF file), their attributes (column names) and their attribute values (cell values) The last attribute is the class attribute.
DbDataLoader Loads data (instances, attribute values, class values) from database using the queries in the data Properties.
InstancesFactory Generates and fills instances for a weka data set.