C# Class Accord.MachineLearning.DecisionTrees.DecisionTreeExpressionCreator

Decision Tree (Linq) Expression Creator.
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
Create ( ) : int>>.Expression

Creates an expression for the tree.

Private Methods

Method Description
DecisionTreeExpressionCreator ( Accord.MachineLearning.DecisionTrees.DecisionTree tree ) : System

Initializes a new instance of the DecisionTreeExpressionCreator class.

create ( Accord.MachineLearning.DecisionTrees.DecisionNode node ) : Expression

Method Details

Create() public method

Creates an expression for the tree.
public Create ( ) : int>>.Expression
return int>>.Expression