Class AAttribute

  • All Implemented Interfaces:
    java.io.Serializable, org.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute, org.api4.java.ai.ml.core.dataset.schema.attribute.INumericEncodingAttribute
    Direct Known Subclasses:
    AGenericObjectAttribute, IntBasedCategoricalAttribute, NumericAttribute

    public abstract class AAttribute
    extends java.lang.Object
    implements org.api4.java.ai.ml.core.dataset.schema.attribute.INumericEncodingAttribute
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AAttribute​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getName()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute

        deserializeAttributeValue, getAsAttributeValue, getStringDescriptionOfDomain, isValidValue, serializeAttributeValue, toDouble
      • Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.attribute.INumericEncodingAttribute

        decodeValue, encodeValue, getAsAttributeValue
    • Constructor Detail

      • AAttribute

        protected AAttribute​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object