DecisionTreeBaseEdge Class |
Namespace: FinMath.MachineLearning
public class BaseEdge
The DecisionTreeBaseEdge type exposes the following members.
| Name | Description | |
|---|---|---|
| NodeFrom |
The edge source node (null for root element).
| |
| NodeTo |
The edge destination node.
| |
| Weight |
The weight of this edge.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |