C# Class Accord.MachineLearning.DecisionTrees.DecisionTreeExpressionCreator

Decision Tree (Linq) Expression Creator.
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ) : int>>.Expression

Creates an expression for the tree.

Private Methods

Méthode 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 méthode

Creates an expression for the tree.
public Create ( ) : int>>.Expression
Résultat int>>.Expression