A C D G I M P R S

A

addAttribute(Attribute) - Method in class AttributeSet
Add the given attribute to the attribute set.
Attribute - Class in <Unnamed>
A class describing an attribute in a machine learning problem: in particular, the name of the attribute and the values it can take
Attribute(String, String[]) - Constructor for class Attribute
Construct a new Attribute with the given name and values.
AttributeSet - Class in <Unnamed>
An AttributeSet object encapsulates the set of attributes for a given machine learning problem.
AttributeSet() - Constructor for class AttributeSet
Construct a new AttributeSet with an empty set of attributes.

A C D G I M P R S