public class GeneralDensityEstimator extends AbstractDensityEstimator
MINPROBABILITY| Constructor and Description |
|---|
GeneralDensityEstimator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(double value,
double weight) |
void |
addValue(Object value,
double weight) |
double |
getProbability(double value) |
double |
getProbability(Object value) |
void |
removeValue(double value,
double weight) |
void |
removeValue(Object value,
double weight) |
String |
toString() |
addValue, addValue, addValue, addValue, getProbability, removeValue, removeValue, removeValue, removeValuepublic void addValue(Object value, double weight)
addValue in interface DensityEstimatoraddValue in class AbstractDensityEstimatorpublic void addValue(double value,
double weight)
public double getProbability(double value)
public double getProbability(Object value)
getProbability in interface DensityEstimatorgetProbability in class AbstractDensityEstimatorpublic void removeValue(Object value, double weight)
removeValue in interface DensityEstimatorremoveValue in class AbstractDensityEstimatorpublic void removeValue(double value,
double weight)
Copyright © 2015 Java Data Mining Package. All rights reserved.