|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dmt.odm.model.AttributeImportanceEntry
An instance of AttributeImortanceEntry
class represents an attribute with its importance found by running an attribute importance algorithm.
Each attribute importance entry consists of
Constructor Summary | |
AttributeImportanceEntry(java.lang.String name, float importance, int rank) Internal use only. |
Method Summary | |
java.lang.String |
getAttributeName() Returns the name of the attribute. |
float |
getImportanceValue() Returns the importance value of the attribute. |
int |
getRank() Returns the rank of the attribute. |
java.lang.String |
toString() Returns a formatted string representation of the entry. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AttributeImportanceEntry(java.lang.String name, float importance, int rank)
AttributeImportanceEntry
, given the attribute name, importance value, and rank.name
- The name of the attributeimportance
- The importance value of the attributerank
- The rank of the attribute when attributes are ordered in descending order of importanceMethod Detail |
public java.lang.String getAttributeName()
public float getImportanceValue()
public int getRank()
public java.lang.String toString()
toString
in class java.lang.Object
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |