|
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.NMFFeatureEntry
The NMFFeatureEntry is a pair of attribute name and value, and its coefficient that constitute a feature of a NMF feature extraction model. Each feature entry has a unique identifier within the feature.
Method Summary | |
java.lang.String |
getAttribtueName() Returns the attribute name. |
float |
getCoefficient() Returns the coefficient. |
int |
getFeatureEntryId() Returns the feature entry identifier. |
java.lang.String |
getValue() Returns the value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getFeatureEntryId()
getFeatureEntryId
in interface FeatureEntry
public java.lang.String getAttribtueName()
public java.lang.String getValue()
public float getCoefficient()
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |