Class Observation2D
- Namespace
- Bonsai.ML.LinearDynamicalSystems.Kinematics
- Assembly
- Bonsai.ML.LinearDynamicalSystems.dll
Observation2D of data used by Kalman Filter python class (point(x, y))
[Combinator]
[WorkflowElementCategory(ElementCategory.Source)]
public class Observation2D
- Inheritance
-
Observation2D
- Inherited Members
Properties
- X
x coordinate
- Y
y coordinate
Methods
- Process()
Generates a 2D observation
- Process<TSource>(IObservable<TSource>)
Generates a 2D observation on each input
- ToString()
Returns a string that represents the current object.