Click or drag to resize
Accord.NET (logo)

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

Property Value

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