Package javax.datamining.statistics

This package contains Java classes describing the statistics of the input mining data.

See:
          Description

Interface Summary
AttributeStatisticsSet The interface AttributeStatisticsSet is a container for statistics on a related set of attributes and/or cases.
ContinuousStatistics A ContinuousStatistics captures continuous statistical properties of an attribute.
DiscreteStatistics A DiscreteStatistics captures discrete statistical properties of an attribute.
NumericalStatistics A NumericalStatistics captures numerical statistical properties of an attribute.
UnivariateStatistics A UnivariateStatistics captures the statistics for an attribute.
 

Class Summary
AttributeStatisticsSetCapability The enumeration AttributeStatisticsSetCapability denotes the capability of the object as to whether it can handle particular types of statistics information.
 

Package javax.datamining.statistics Description

This package contains Java classes describing the statistics of the input mining data. The statistics may be an implicit result of running a mining algorithm or can be obtained explicitly by executing a ComputeStatisticsTask. This package is required.