C# Class numl.Supervised.DecisionTree.Node

显示文件 Open project: sethjuarez/numl Class Usage Examples

Public Methods

Method 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 method

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.
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Node() public method

Initializes a new instance of the Node class.
public Node ( ) : System
return System