oracle.dmt.odm
Class AttributeHistogramEntry

java.lang.Object
  |
  +--oracle.dmt.odm.MiningObject
        |
        +--oracle.dmt.odm.AttributeHistogramEntry
All Implemented Interfaces:
java.io.Serializable

public class AttributeHistogramEntry
extends MiningObject

For internal use only.

Since:
9.2.0
See Also:
Serialized Form

Constructor Summary
AttributeHistogramEntry(Category attributeValue, int count)
          Creates an AttributeHistogramEntry objet with the fields set to value in the parameter list
 
Method Summary
TypeMethod
 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

AttributeHistogramEntry

public AttributeHistogramEntry(Category attributeValue,
                               int count)
Creates an AttributeHistogramEntry objet with the fields set to value in the parameter list
Parameters:
attributeValue -  
count -  
Method Detail

getAttributeValue

public Category getAttributeValue()
Returns the attribute value associated with the histogram bin

getCount

public int getCount()
Returns the count associated with the histogram bin