DecisionTree.CategoricalEdge Class |
Namespace: FinMath.MachineLearning
public class CategoricalEdge : DecisionTree.BaseEdge
The DecisionTree.CategoricalEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | DecisionTree.CategoricalEdge |
Categorical edge constructor.
|
Name | Description | |
---|---|---|
![]() | AcceptableCategories |
Acceptable categories values.
|
![]() | NodeFrom |
The edge source node (null for root element).
(Inherited from DecisionTree.BaseEdge.) |
![]() | NodeTo |
The edge destination node.
(Inherited from DecisionTree.BaseEdge.) |
![]() | Weight |
The weight of this edge.
(Inherited from DecisionTree.BaseEdge.) |
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.) |