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 and 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-2022 CS GROUP. All rights reserved.