C# 클래스 Accord.MachineLearning.DecisionTrees.DecisionTreeExpressionCreator

Decision Tree (Linq) Expression Creator.
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : int>>.Expression

Creates an expression for the tree.

비공개 메소드들

메소드 설명
DecisionTreeExpressionCreator ( Accord.MachineLearning.DecisionTrees.DecisionTree tree ) : System

Initializes a new instance of the DecisionTreeExpressionCreator class.

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

메소드 상세

Create() 공개 메소드

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