SamplingMethod
- SamplingMethod
Contais the definition of the sampling method used to sample the targets.
- YAML Key
SamplingMethod
- Example
SamplingMethod:
Type: Neighbours
Options:
Shape: Square
Size: 4
SamplingMethod:
Type: Dijkstra
Options:
SearchSize: 4
AllowDiagonals: false
- Properties
Property |
Required |
Data type |
Options |
Definition |
|
|
|
Neighbours / All / Dijkstra |
Define the type of the target |
|
|
|
Each sampling method contais a set of options to sample the targets. |