Package weka.core
Class NominalAttributeInfo
java.lang.Object
weka.core.NominalAttributeInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RelationalAttributeInfo
Stores information for nominal and string attributes.
- See Also:
-
Constructor Summary
ConstructorDescriptionNominalAttributeInfo
(List<String> attributeValues, String attributeName) Constructs the info based on argument. -
Method Summary
-
Constructor Details
-
NominalAttributeInfo
Constructs the info based on argument.
-