public abstract class AbstractDensityEstimator extends Object implements DensityEstimator
| Modifier and Type | Field and Description |
|---|---|
static double |
MINPROBABILITY |
| Constructor and Description |
|---|
AbstractDensityEstimator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(boolean value) |
void |
addValue(boolean value,
double weight) |
void |
addValue(double value) |
void |
addValue(Object value) |
void |
addValue(Object value,
double weight) |
double |
getProbability(boolean value) |
double |
getProbability(Object value) |
void |
removeValue(boolean value) |
void |
removeValue(boolean value,
double weight) |
void |
removeValue(double value) |
void |
removeValue(Object value) |
void |
removeValue(Object value,
double weight) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddValue, getProbability, removeValuepublic static final double MINPROBABILITY
public final void removeValue(Object value)
removeValue in interface DensityEstimatorpublic final void addValue(double value)
addValue in interface DensityEstimatorpublic final void addValue(Object value)
addValue in interface DensityEstimatorpublic final void removeValue(double value)
removeValue in interface DensityEstimatorpublic void addValue(Object value, double weight)
addValue in interface DensityEstimatorpublic void removeValue(Object value, double weight)
removeValue in interface DensityEstimatorpublic double getProbability(Object value)
getProbability in interface DensityEstimatorpublic final void addValue(boolean value,
double weight)
addValue in interface DensityEstimatorpublic final void addValue(boolean value)
addValue in interface DensityEstimatorpublic final void removeValue(boolean value,
double weight)
removeValue in interface DensityEstimatorpublic final void removeValue(boolean value)
removeValue in interface DensityEstimatorpublic final double getProbability(boolean value)
getProbability in interface DensityEstimatorCopyright © 2015 Java Data Mining Package. All rights reserved.