Uses of Class
uk.ac.ed.inf.csb.taweka.ArffGenerator

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

Uses of ArffGenerator in uk.ac.ed.inf.csb.taweka
 

Methods in uk.ac.ed.inf.csb.taweka that return ArffGenerator
static ArffGenerator ArffGeneratorTest.getArffGenerator()
           
 ArffGenerator ArffPropsTableManager.getArffGenerator()
           
 ArffGenerator DbDataLoader.getArffGenerator()
           
 

Constructors in uk.ac.ed.inf.csb.taweka with parameters of type ArffGenerator
ArffPropsTableManager(ArffGenerator arffGenerator)
          Constructor 1: initialises the table (uses given database connection file)
DataSetWriter(ArffGenerator generator, uk.ac.ed.inf.csb.utils.OneToManyMap instanceAttributeMap, uk.ac.ed.inf.csb.utils.OneToManyMap instanceClassMap)
           
DbDataLoader(ArffGenerator generator)
           
 

Uses of ArffGenerator in uk.ac.ed.inf.csb.taweka.mulan
 

Subclasses of ArffGenerator in uk.ac.ed.inf.csb.taweka.mulan
 class MulanArffGenerator
          Class
 

Constructors in uk.ac.ed.inf.csb.taweka.mulan with parameters of type ArffGenerator
MulanDataSetWriter(ArffGenerator arffGenerator, uk.ac.ed.inf.csb.utils.OneToManyMap instanceAttributeMap, uk.ac.ed.inf.csb.utils.OneToManyMap instanceClassMap)
          The set of class attributes.
 

Uses of ArffGenerator in uk.ac.ed.inf.csb.taweka.test
 

Methods in uk.ac.ed.inf.csb.taweka.test that return ArffGenerator
static ArffGenerator ArffTest.getArffGenerator()