Click or drag to resize
Accord.NET (logo)

ID3LearningRejection Property

Gets or sets whether all nodes are obligated to provide a true decision value. If set to false, some leaf nodes may contain null. Default is false.

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

Property Value

Type: Boolean
See Also