C# 클래스 Encog.App.Analyst.CSV.TimeSeriesUtil

A utility used to breat data into time-series lead and lag.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Process ( double input ) : double[]

Process a row.

TimeSeriesUtil ( EncogAnalyst theAnalyst, bool includeOutput, IEnumerable headings ) : System

Construct the time-series utility.

비공개 메소드들

메소드 설명
TranslateTimeSlice ( int index ) : int

Translate a timeslice from a pos/neg number to a displacement into the buffer.

메소드 상세

Process() 공개 메소드

Process a row.
public Process ( double input ) : double[]
input double The input.
리턴 double[]

TimeSeriesUtil() 공개 메소드

Construct the time-series utility.
public TimeSeriesUtil ( EncogAnalyst theAnalyst, bool includeOutput, IEnumerable headings ) : System
theAnalyst EncogAnalyst The analyst to use.
includeOutput bool Should output fields be included.
headings IEnumerable The column headings.
리턴 System