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

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

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

Methods in uk.ac.ed.inf.taweka that return ArffGenerator
 ArffGenerator DataSetManager.getArffGenerator()
           
 ArffGenerator ArffPropsTableManager.getArffGenerator()
           
 

Constructors in uk.ac.ed.inf.taweka with parameters of type ArffGenerator
ArffPropsTableManager(ArffGenerator arffGenerator)
          Constructor 1: initialises the table manager to point to the arff table.
DataSetManager(ArffGenerator generator)
           
 

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

Subclasses of ArffGenerator in uk.ac.ed.inf.taweka.mulan
 class MulanArffGenerator
          Generates an Attribute Relation Format File (ARFF) in Mulan format (multiple class labels per instance).
 

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

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