public interface KalmanObserver
Kalman filter
estimations.
This interface is intended to be implemented by users to monitor the progress of the Kalman filter estimator during estimation.
Modifier and Type | Method | Description |
---|---|---|
void |
evaluationPerformed(KalmanEstimation estimation) |
Notification callback after each one of a Kalman filter estimation.
|
void evaluationPerformed(KalmanEstimation estimation)
estimation
- estimation performed by Kalman estimatorCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.