Package weka.core

Class RelationalAttributeInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class RelationalAttributeInfo
    extends NominalAttributeInfo
    Stores information for relational attributes.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RelationalAttributeInfo​(Instances header)
      Constructs the information object based on the given parameter.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • RelationalAttributeInfo

        public RelationalAttributeInfo​(Instances header)
        Constructs the information object based on the given parameter.