public interface IMetadata
Dataset spectification
| Modifier and Type | Method and Description |
|---|---|
IAttribute |
getAttribute(int attributeIndex)
Get mining attribute by index of the array of attributes of
mining data specification
|
IAttribute |
getAttribute(java.lang.String attributeName)
Get mining attribute by name
|
int |
getIndex(IAttribute attribute)
Get index of given attribute in this specification
|
int |
getIndex(java.lang.String attributeName)
Get index of given attribute in this specification
|
int |
numberOfAttributes()
Returns number of mining attributes in mining data specification
|
int numberOfAttributes()
Returns number of mining attributes in mining data specification
int getIndex(IAttribute attribute)
Get index of given attribute in this specification
attribute - Attribute ...int getIndex(java.lang.String attributeName)
Get index of given attribute in this specification
attributeName - Attribute nameIAttribute getAttribute(java.lang.String attributeName)
Get mining attribute by name
attributeName - name of attribute requiredIAttribute getAttribute(int attributeIndex)
Get mining attribute by index of the array of attributes of mining data specification
attributeIndex - index of attribute required