Skip to content

SelectionMode

enum class SelectionMode

Defines the selection mode for the random sampling.

Selection strategy for mapping inputs to reservoir neurons.

REPEATING
The same element from the indices vector can be selected multiple times (sampling with replacement).
NON_REPEATING
Each element from the indices vector can be selected only once (sampling without replacement).