randomSeed property

int? randomSeed

A value that was used during the model's coefficients learning stage to init the randomizer for a stochastic optimizer (if the latter was chosen to learn the model's coefficients)

Implementation

int? get randomSeed;