Click or drag to resize
Accord.NET (logo)

DecisionBranchNodeCollection Properties

The DecisionBranchNodeCollection type exposes the following members.

Properties
  NameDescription
Public propertyAttribute
Gets the attribute that is being used in this stage of the decision process, given by the current AttributeIndex
Public propertyAttributeIndex
Gets or sets the index of the attribute to be used in this stage of the decision process.
Public propertyCount
Gets the number of elements actually contained in the CollectionT.
(Inherited from CollectionDecisionNode.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionDecisionNode.)
Protected propertyItems
Gets a IListT wrapper around the CollectionT.
(Inherited from CollectionDecisionNode.)
Public propertyOwner
Gets or sets the decision node that contains this collection.
Top
See Also