|
RandomizationSeed Property
|
Gets or sets the fixed random seed to
be used in randomization, if any.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic Nullable<int> Seed { get; set; }Public Property Seed As Nullable(Of Integer)
Get
Set
Request Example
View SourceProperty Value
Type:
NullableInt32The random seed, for fixed permutations;
or null, for true random permutations.
See Also