CategoricalNode Constructor |
| Name | Description | |
|---|---|---|
| DecisionTreeCategoricalNode |
Default constructor.
| |
| DecisionTreeCategoricalNode(DecisionTreeCategoricalNode) |
Copy constructor.
| |
| DecisionTreeCategoricalNode(Int32, Double) |
Construct node from full data.
| |
| DecisionTreeCategoricalNode(Int32, Int32) |
Construct node from limited data.
| |
| DecisionTreeCategoricalNode(SerializationInfo, StreamingContext) |
The object optimized deserialization method.
|