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

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

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

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

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.

ToString ( ) : string

Returns a string that represents the current object.

Приватные методы

Метод Описание
GetProbability ( double x ) : double

Gets a probability.

GetStatisticFor ( double x ) : Statistic

Gets statistic for.

Increment ( double x ) : void

Increments.

Normalize ( ) : void

Normalizes this object.

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

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

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

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

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

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