public interface Attribute
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the (unique) index of the attribute.
|
java.lang.String |
getName()
Returns the (unique) name of the attribute.
|
default boolean |
isNominal()
Returns, whether the attribute is nominal, or not.
|
boolean |
isNumeric()
Returns, whether the attribute is numeric, or not.
|
int getIndex()
java.lang.String getName()
boolean isNumeric()
default boolean isNominal()