DecisionTreeCategoricalNode Constructor (Int32, Int32)
|
Construct node from limited data.
Namespace:
FinMath.MachineLearning
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public CategoricalNode(
int factorIndex,
int predictionValue
)
Parameters
- factorIndex
- Type: SystemInt32
Classification factor index. - predictionValue
- Type: SystemInt32
Default prediction value at this node (means zero-one class probabilities and uniform class proportions).
See Also