Click or drag to resize
Accord.NET (logo)

DecisionRuleOutput Property

Gets or sets the output of this decision rule, given when all Antecedent conditions are met.

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

Property Value

Type: Double
See Also