public class ObservationProbability
extends java.lang.Object
State
for the observation and a double for the probability.Modifier and Type | Field and Description |
---|---|
State |
observation
The observation represented with a
State object. |
double |
p
The probability of the observation
|
Constructor and Description |
---|
ObservationProbability(State observation,
double p)
Initializes.
|