C# Class numl.Supervised.DecisionTree.DecisionTreeModel

Inheritance: Model, IXmlSerializable
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
DecisionTreeModel ( ) : System

Default constructor.

Predict ( Vector y ) : double

Predicts the given y coordinate.

ToString ( ) : string

Returns a string that represents the current object.

Private Methods

Méthode Description
PrintNode ( Node n, string pre ) : string

Print node.

WalkNode ( Vector v, Node node ) : double

Walk node.

Method Details

DecisionTreeModel() public méthode

Default constructor.
public DecisionTreeModel ( ) : System
Résultat System

Predict() public méthode

Predicts the given y coordinate.
public Predict ( Vector y ) : double
y numl.Math.LinearAlgebra.Vector The Vector to process.
Résultat double

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string