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.
Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method 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 method

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

ToString() public method

The range as a string.
public ToString ( ) : String
return String