Uses of Class
uk.ac.ed.inf.enzml.weka.AttributeFactory

Packages that use AttributeFactory
uk.ac.ed.inf.enzml.mulan   
uk.ac.ed.inf.enzml.mulan.attributesfilter   
uk.ac.ed.inf.enzml.weka   
 

Uses of AttributeFactory in uk.ac.ed.inf.enzml.mulan
 

Subclasses of AttributeFactory in uk.ac.ed.inf.enzml.mulan
 class MulanAttributeFactory
          In the Mulan ARFF, the class attribute is not generated.
 

Uses of AttributeFactory in uk.ac.ed.inf.enzml.mulan.attributesfilter
 

Subclasses of AttributeFactory in uk.ac.ed.inf.enzml.mulan.attributesfilter
 class AttributesFilteredAttributeFactory
          Takes the list of attributes from AttributesFilteredDataSetGenerator, instead of taking it from the instances-attributes map.
 

Uses of AttributeFactory in uk.ac.ed.inf.enzml.weka
 

Methods in uk.ac.ed.inf.enzml.weka that return AttributeFactory
 AttributeFactory DataSetGenerator.getAttributesFactory()