weka.classifiers.meta.generators
Interface NominalAttributeGenerator

All Known Implementing Classes:
NominalGenerator

public interface NominalAttributeGenerator

Used to indicate this generator can be used to generate artificial instances for nominal attributes.

Version:
$Revision: 5793 $
Author:
Kathryn Hempstalk (kah18 at cs.waikato.ac.nz)

Method Summary
 void buildGenerator(Instances someinstances, Attribute att)
          Sets up the generator with the counts required for generation.
 

Method Detail

buildGenerator

void buildGenerator(Instances someinstances,
                    Attribute att)
Sets up the generator with the counts required for generation.

Parameters:
someinstances - The instances to count up.
att - The attribute to count up with.