Click or drag to resize

DecisionTreeContinuousEdge Constructor

Continuous edge constructor.

Namespace:  FinMath.MachineLearning
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public ContinuousEdge(
	DecisionTree tree,
	DecisionTreeContinuousNode nodeFrom,
	DecisionTreeBaseNode nodeTo
)

Parameters

tree
Type: FinMath.MachineLearningDecisionTree
Decision tree link.
nodeFrom
Type: FinMath.MachineLearningDecisionTreeContinuousNode
Node from.
nodeTo
Type: FinMath.MachineLearningDecisionTreeBaseNode
Node to.
See Also