Click or drag to resize
Accord.NET (logo)

C45LearningSplitStep Property

Gets or sets the step at which the samples will be divided when dividing continuous columns in binary classes. Default is 1.

Namespace:  Accord.MachineLearning.DecisionTrees.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public int SplitStep { get; set; }
Request Example View Source

Property Value

Type: Int32
See Also