C# 클래스 numl.Supervised.DecisionTree.DecisionTreeModel

상속: Model, IXmlSerializable
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
DecisionTreeModel ( ) : System

Default constructor.

Predict ( Vector y ) : double

Predicts the given y coordinate.

ToString ( ) : string

Returns a string that represents the current object.

비공개 메소드들

메소드 설명
PrintNode ( Node n, string pre ) : string

Print node.

WalkNode ( Vector v, Node node ) : double

Walk node.

메소드 상세

DecisionTreeModel() 공개 메소드

Default constructor.
public DecisionTreeModel ( ) : System
리턴 System

Predict() 공개 메소드

Predicts the given y coordinate.
public Predict ( Vector y ) : double
y numl.Math.LinearAlgebra.Vector The Vector to process.
리턴 double

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string