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