|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The interface SignatureAttribute is
used to represent a LogicalAttribute
used for model building and required for applying
a model.
Attribute| Method Summary | |
AttributeType |
getAttributeType()
Returns the type of the attribute. |
AttributeDataType |
getDataType()
Returns the data type of the attribute used in model build. |
double |
getImportanceValue()
Returns the importance of the attribute in the signature. |
int |
getRank()
Returns the rank of the attribute in the signature with a value between 1 and n, where n is the number of attributes in the signature. |
| Methods inherited from interface javax.datamining.data.Attribute |
getDescription, getName |
| Method Detail |
public AttributeType getAttributeType()
public AttributeDataType getDataType()
public double getImportanceValue()
If importance is not available, it returns 0.
public int getRank()
If rank is not available, it returns 0.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||