Constructor VectorSensor
VectorSensor(int, string, ObservationType)
Initializes the sensor.
Declaration
public VectorSensor(int observationSize, string name = null, ObservationType observationType = ObservationType.Default)
Parameters
| Type | Name | Description |
|---|---|---|
| int | observationSize | Number of vector observations. |
| string | name | Name of the sensor. |
| ObservationType | observationType |