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

B12276-01

oracle.dmt.odm.model
Interface FeatureEntry

All Known Implementing Classes:
NMFFeatureEntry

public interface FeatureEntry

The FeatureEntry constitutes a feature of a feature extraction model. Each feature entry has a unique identifier within the feature.


Method Summary
 int getFeatureEntryId()
          Returns the feature entry identifier.

 

Method Detail

getFeatureEntryId

public int getFeatureEntryId()
Returns the feature entry identifier.
Returns:
The feature entry identifier

Copyright © 2003 Oracle Corporation. All Rights Reserved.