Click or drag to resize

DecisionTreeContinuousEdge Class

Continuous edge description class.
Inheritance Hierarchy
SystemObject
  FinMath.MachineLearningDecisionTreeBaseEdge
    FinMath.MachineLearningDecisionTreeContinuousEdge

Namespace:  FinMath.MachineLearning
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public class ContinuousEdge : DecisionTreeBaseEdge

The DecisionTreeContinuousEdge type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyLeftBoundary
The left boundary (inclusive).
Public propertyNodeFrom
The edge source node (null for root element).
(Inherited from DecisionTreeBaseEdge.)
Public propertyNodeTo
The edge destination node.
(Inherited from DecisionTreeBaseEdge.)
Public propertyRightBoundary
The right boundary (exclusive).
Public propertyWeight
The weight of this edge.
(Inherited from DecisionTreeBaseEdge.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also