Click or drag to resize
Accord.NET (logo)

BootstrapTModel, 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; }
Request Example View Source

Property Value

Type: Boolean
true if this instance is stratified; otherwise, false.
See Also