Uses of Class
weka.datagenerators.Generator

Packages that use Generator
weka.datagenerators   
 

Uses of Generator in weka.datagenerators
 

Subclasses of Generator in weka.datagenerators
 class RDG1
          Class to generate data randomly by producing a decision list.
 

Methods in weka.datagenerators with parameters of type Generator
static void Generator.makeData(Generator generator, java.lang.String[] options)
          Calls the data generator.
private  java.lang.String Generator.listSpecificOptions(Generator generator)
          Makes a string with the options of the specific data generator.
private static void Generator.setOptions(Generator generator, java.lang.String[] options)
          Sets the generic options and specific options.
private static java.lang.String Generator.listGenericOptions(Generator generator)
          Method for listing generic options.