|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A DiscreteStatistics captures
discrete statistical properties of an attribute.
| Method Summary | |
java.lang.Object[] |
getDiscreteValues()
Returns a list of discrete values for which frequencies are available. |
long[] |
getFrequencies()
Returns the frequencies of the values in the attributes. |
long |
getFrequency(java.lang.Object discreteValue)
Returns the frequency of the given category. |
java.lang.Object |
getModalValue()
Returns the modal value in the attribute. |
| Method Detail |
public java.lang.Object[] getDiscreteValues()
public long[] getFrequencies()
getDescreteValues.
public long getFrequency(java.lang.Object discreteValue)
throws JDMException
discreteValue -
JDMExceptionpublic java.lang.Object getModalValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||