Click or drag to resize

ContinuousEdge Properties

The DecisionTreeContinuousEdge type exposes the following members.

Properties
  NameDescription
Public propertyLeftBoundary
The left boundary (inclusive).
Public propertyNodeFrom
The edge source node (null for root element).
(Inherited from DecisionTreeBaseEdge.)
Public propertyNodeTo
The edge destination node.
(Inherited from DecisionTreeBaseEdge.)
Public propertyRightBoundary
The right boundary (exclusive).
Public propertyWeight
The weight of this edge.
(Inherited from DecisionTreeBaseEdge.)
Top
See Also