Click or drag to resize
Accord.NET (logo)

DecisionRule Properties

The DecisionRule type exposes the following members.

Properties
  NameDescription
Public propertyAntecedents
Gets the Antecedent expressions that must be fulfilled in order for this rule to be applicable.
Public propertyCount
Gets the number of antecedents contained in this DecisionRule.
Public propertyOutput
Gets or sets the output of this decision rule, given when all Antecedent conditions are met.
Public propertyVariables
Gets the decision variables handled by this rule.
Top
See Also