C# Класс numl.Supervised.NaiveBayes.Statistic

A statistic.
Наследование: IVertex
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clone ( ) : Statistic

Makes a deep copy of this object.

Equals ( object obj ) : bool

Tests if this object is considered equal to another.

GetHashCode ( ) : int

Calculates a hash code for this object.

Make ( string label, Range x, int count ) : Statistic

Makes.

Make ( string label, double val, int count ) : Statistic

Makes.

ToString ( ) : string

Returns a string that represents the current object.

Описание методов

Clone() публичный Метод

Makes a deep copy of this object.
public Clone ( ) : Statistic
Результат Statistic

Equals() публичный Метод

Tests if this object is considered equal to another.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
Результат bool

GetHashCode() публичный Метод

Calculates a hash code for this object.
public GetHashCode ( ) : int
Результат int

Make() публичный статический Метод

Makes.
public static Make ( string label, Range x, int count ) : Statistic
label string The label.
x numl.Math.Range The Range to process.
count int (Optional) number of.
Результат Statistic

Make() публичный статический Метод

Makes.
public static Make ( string label, double val, int count ) : Statistic
label string The label.
val double The value.
count int (Optional) number of.
Результат Statistic

ToString() публичный Метод

Returns a string that represents the current object.
public ToString ( ) : string
Результат string