C# 클래스 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.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
NumericRange ( IList values ) : System

Create a numeric range from a list of values.

ToString ( ) : String

The range as a string.

메소드 상세

NumericRange() 공개 메소드

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

ToString() 공개 메소드

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