Click or drag to resize
Accord.NET (logo)

DecisionNode Properties

The DecisionNode type exposes the following members.

Properties
  NameDescription
Public propertyBranches
If this is not a leaf node, gets or sets the collection of child nodes for this node, together with the attribute determining the reasoning process for those children.
Public propertyComparison
Gets or sets the type of the comparison which should be done against Value.
Public propertyIsLeaf
Gets a value indicating whether this instance is a leaf (has no children).
Public propertyIsRoot
Gets a value indicating whether this instance is a root node (has no parent).
Public propertyOutput
If this is a leaf node, gets or sets the output value to be decided when this node is reached.
Public propertyOwner
Gets the DecisionTree containing this node.
Public propertyParent
Gets or sets the parent of this node. If this is a root node, the parent is null.
Public propertyValue
Gets or sets the value this node responds to whenever this node acts as a child node. This value is set only when the node has a parent.
Top
See Also