C# Class numl.Supervised.NaiveBayes.Measure

A measure.
Inheritance: IVertex
Datei anzeigen Open project: sethjuarez/numl Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
GetProbability ( double x ) : double

Gets a probability.

GetStatisticFor ( double x ) : Statistic

Gets statistic for.

Increment ( double x ) : void

Increments.

Normalize ( ) : void

Normalizes this object.

Method Details

Clone() public method

Makes a deep copy of this object.
public Clone ( ) : Measure
return Measure

Equals() public method

Tests if this object is considered equal to another.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
return bool

GetHashCode() public method

Calculates a hash code for this object.
public GetHashCode ( ) : int
return int

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string