Method AppendObservation
AppendObservation(float[])
Appends an observation to the buffer. If the buffer is full (maximum number of observation is reached) the observation will be ignored. the length of the provided observation array must be equal to the observation size of the buffer sensor.
Declaration
public void AppendObservation(float[] obs)
Parameters
| Type | Name | Description |
|---|---|---|
| float[] | obs | The float array observation |