| Package | Description |
|---|---|
| gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
| Modifier and Type | Field and Description |
|---|---|
protected ParticleFilter.Updater<ObservationType,ParameterType> |
AbstractParticleFilter.updater
Updates the particle given an existing particle.
|
| Modifier and Type | Method and Description |
|---|---|
ParticleFilter.Updater<ObservationType,ParameterType> |
AbstractParticleFilter.getUpdater() |
ParticleFilter.Updater<ObservationType,ParameterType> |
ParticleFilter.getUpdater()
Gets the updater
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractParticleFilter.setUpdater(ParticleFilter.Updater<ObservationType,ParameterType> updater)
Setter for updater
|