C# Class numl.Supervised.NaiveBayes.Statistic

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

Public Methods

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

Method Details

Clone() public method

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

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

Make() public static method

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.
return Statistic

Make() public static method

Makes.
public static Make ( string label, double val, int count ) : Statistic
label string The label.
val double The value.
count int (Optional) number of.
return Statistic

ToString() public method

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