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

Packages that use uk.ac.ed.inf.csb.taweka
uk.ac.ed.inf.csb.taweka   
uk.ac.ed.inf.csb.taweka.mulan   
uk.ac.ed.inf.csb.taweka.test   
 

Classes in uk.ac.ed.inf.csb.taweka used by uk.ac.ed.inf.csb.taweka
ArffGenerator
          General information about TaWeka (author, documentation web page, version etc)
ArffProperties
          Contains the properties for a TaWeka run It contains: 1.
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.
 

Classes in uk.ac.ed.inf.csb.taweka used by uk.ac.ed.inf.csb.taweka.mulan
ArffGenerator
          General information about TaWeka (author, documentation web page, version etc)
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.
 

Classes in uk.ac.ed.inf.csb.taweka used by uk.ac.ed.inf.csb.taweka.test
ArffGenerator
          General information about TaWeka (author, documentation web page, version etc)
ArffProperties
          Contains the properties for a TaWeka run It contains: 1.
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
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.