C# Class numl.Supervised.DecisionTree.Node

Afficher le fichier Open project: sethjuarez/numl Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to this instance.

GetHashCode ( ) : int
Node ( ) : System

Initializes a new instance of the Node class.

Method Details

Equals() public méthode

Determines whether the specified System.Object is equal to this instance.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Node() public méthode

Initializes a new instance of the Node class.
public Node ( ) : System
Résultat System