C# Class numl.Supervised.NaiveBayes.Statistic

A statistic.
Inheritance: IVertex
Afficher le fichier Open project: sethjuarez/numl Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Makes a deep copy of this object.
public Clone ( ) : Statistic
Résultat Statistic

Equals() public méthode

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

GetHashCode() public méthode

Calculates a hash code for this object.
public GetHashCode ( ) : int
Résultat int

Make() public static méthode

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.
Résultat Statistic

Make() public static méthode

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

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string