C# Класс numl.Supervised.DecisionTree.Node

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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