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

파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Equals() 공개 메소드

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.
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Node() 공개 메소드

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