public class DiscreteDensityEstimator extends AbstractDensityEstimator
MINPROBABILITY| Constructor and Description |
|---|
DiscreteDensityEstimator(int numberOfBins) |
DiscreteDensityEstimator(int numberOfBins,
boolean useLaplaceCorrection) |
DiscreteDensityEstimator(int numberOfBins,
double correctionFactor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(double value,
double weight) |
double |
getProbability(double value) |
void |
removeValue(double value,
double weight) |
addValue, addValue, addValue, addValue, addValue, getProbability, getProbability, removeValue, removeValue, removeValue, removeValue, removeValueCopyright © 2015 Java Data Mining Package. All rights reserved.