Package weka.core
Class NominalAttributeInfo
- java.lang.Object
-
- weka.core.NominalAttributeInfo
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
RelationalAttributeInfo
public class NominalAttributeInfo extends java.lang.ObjectStores information for nominal and string attributes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NominalAttributeInfo(java.util.List<java.lang.String> attributeValues, java.lang.String attributeName)Constructs the info based on argument.
-