| ContinuousEdge Properties | 
The DecisionTreeContinuousEdge type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | LeftBoundary | 
            The left boundary (inclusive).
             | 
|  | NodeFrom | 
            The edge source node (null for root element). 
            (Inherited from DecisionTreeBaseEdge.) | 
|  | NodeTo | 
            The edge destination node.
            (Inherited from DecisionTreeBaseEdge.) | 
|  | RightBoundary | 
            The right boundary (exclusive).
             | 
|  | Weight | 
            The weight of this edge.
            (Inherited from DecisionTreeBaseEdge.) | 
 See Also
See Also