Oracle Data Mining Java API Reference
10g Release 1 (10.1)

B12276-01

oracle.dmt.odm.model
Class NMFFeatureEntry

java.lang.Object
  |
  +--oracle.dmt.odm.model.NMFFeatureEntry
All Implemented Interfaces:
FeatureEntry

public class NMFFeatureEntry
extends java.lang.Object
implements FeatureEntry

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

getFeatureEntryId

public int getFeatureEntryId()
Returns the feature entry identifier.
Specified by:
getFeatureEntryId in interface FeatureEntry
Returns:
The feature entry identifier

getAttribtueName

public java.lang.String getAttribtueName()
Returns the attribute name.
Returns:
The attribute name

getValue

public java.lang.String getValue()
Returns the value.
Returns:
The value

getCoefficient

public float getCoefficient()
Returns the coefficient.
Returns:
The coefficient

Copyright © 2003 Oracle Corporation. All Rights Reserved.