|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The interface AttributeStatisticsSet
is a container for statistics on a related set of
attributes and/or cases. It results from computing
statistics on a physical data set object directly,
as a characterization of the data used to build a
model, or information on a particular model
element, e.g., a cluster in a clustering model.
| Method Summary | |
long |
getNumberOfCases()
Returns the number of cases for which statistics were computed. |
java.util.Collection |
getStatistics()
Returns a collection of all attributes that allows sequential inspection of the returned statistics. |
UnivariateStatistics |
getStatistics(java.lang.String attributeName)
Returns the statistics for the given attribute. |
java.util.Date |
getStatisticsTimestamp()
Returns the timestamp when statistics were computed. |
boolean |
supportsCapabiltiy(AttributeStatisticsSetCapability capability)
Returns true if the specified capability is supported in the implementation of the AttributeStatisticsSet being used. |
| Method Detail |
public long getNumberOfCases()
public java.util.Collection getStatistics()
throws JDMException
JDMException
public UnivariateStatistics getStatistics(java.lang.String attributeName)
throws JDMException
attributeName - The name of the attribute whose statistics is to be returned.
JDMExceptionpublic java.util.Date getStatisticsTimestamp()
public boolean supportsCapabiltiy(AttributeStatisticsSetCapability capability)
throws JDMException
AttributeStatisticsSet being used. Returns false otherwise.
capability -
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||