Package weka.core

Class NominalAttributeInfo

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    RelationalAttributeInfo

    public class NominalAttributeInfo
    extends java.lang.Object
    Stores 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NominalAttributeInfo

        public NominalAttributeInfo​(java.util.List<java.lang.String> attributeValues,
                                    java.lang.String attributeName)
        Constructs the info based on argument.