|
GroupingLock Property
|
Gets or sets a value indicating whether the group labels
are locked and should not be randomly re-selected.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic bool Lock { get; set; }
Public Property Lock As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue to lock groups; otherwise,
false.
See Also