protected class NominalConditionalSufficientStats.ValueDistribution
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.Integer,WeightMass> |
m_dist |
| Modifier | Constructor and Description |
|---|---|
protected |
ValueDistribution() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int val,
double weight) |
void |
delete(int val,
double weight) |
double |
getWeight(int val) |
double |
sum() |
protected final java.util.Map<java.lang.Integer,WeightMass> m_dist