|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dmt.odm.MiningObject | +--oracle.dmt.odm.AttributeHistogramEntry
For internal use only.
Constructor Summary |
AttributeHistogramEntry(Category attributeValue,
int count)
Creates an AttributeHistogramEntry objet with the fields set to value in the parameter list |
Method Summary |
Type | Method |
---|---|
Category |
getAttributeValue()
Returns the attribute value associated with the histogram bin |
int |
getCount()
Returns the count associated with the histogram bin |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeHistogramEntry(Category attributeValue, int count)
attributeValue
- count
- Method Detail |
public Category getAttributeValue()
public int getCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |