Class AAttribute
- java.lang.Object
-
- ai.libs.jaicore.ml.core.dataset.schema.attribute.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 protectedAAttribute(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetName()inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-