Returns the mean value
Returns the mean value
the mean value
Merge current GaussianEstimator with another one.
Merge current GaussianEstimator with another one.
the GaussianEstimator to be merged
flag indicating whether the Hoeffding Tree tries to split
the new GaussianEstimator
Observe the data and update the Gaussian estimator
Observe the data and update the Gaussian estimator
value of a feature
weight of the Example
Returns the cumulative probability of the input value in the current distribution.
Returns the cumulative probability of the input value in the current distribution.
the value
the cumulative probability
Returns the standard deviation
Returns the standard deviation
the standard deviation
Returns the total weight
Returns the total weight
the total weight
Returns an array of weights which have the sum less than, equal to, and greater than the split value.
Returns an array of weights which have the sum less than, equal to, and greater than the split value.
the value of the split
the resulting Array of values
Returns the variance
Returns the variance
the variance
Gaussian incremental estimator that uses incremental method, more resilient to floating point imprecision. For more info see Donald Knuth's "The Art of Computer Programming, Volume 2: Seminumerical Algorithms", section 4.2.2.