|
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; }
Public Property Rejection As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also