|
SplitSetValidationTModelIsStratified Property
|
Gets or sets a value indicating whether the prevalence of
an output label should be balanced between training and
testing sets.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public bool IsStratified { get; }
Public ReadOnly Property IsStratified As Boolean
Get
Request Example
View SourceProperty Value
Type:
Booleantrue if this instance is stratified; otherwise,
false.
See Also