Inheritance diagram for kddml.Core.DataSources.NumericalStatisticManager:
Public Member Functions | |
double | getMean () |
double | getStandardDeviation () |
double | getVariance () |
Double | getMinValue () |
Double | getMaxValue () |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Returns the mean of the values.
Implemented in kddml.Core.DataSources.NumericalStatistic. |
|
Returns the standard deviation of the values (i.e. the squared root of the variance).
Implemented in kddml.Core.DataSources.NumericalStatistic. |
|
Returns the variance of the values.
Implemented in kddml.Core.DataSources.NumericalStatistic. |
|
Returns the minimum value. Returns null if the number of instances is 0.
Implemented in kddml.Core.DataSources.NumericalStatistic. |
|
Returns the maximum value. Returns null if the number of instances is 0.
Implemented in kddml.Core.DataSources.NumericalStatistic. |