C# Class Encog.MathUtil.NumericRange

A numeric range has a high, low, mean, root-mean-square, standard deviation, and the count of how many samples it contains.
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
NumericRange ( IList values ) : System

Create a numeric range from a list of values.

ToString ( ) : String

The range as a string.

Method Details

NumericRange() public méthode

Create a numeric range from a list of values.
public NumericRange ( IList values ) : System
values IList The values to calculate for.
Résultat System

ToString() public méthode

The range as a string.
public ToString ( ) : String
Résultat String