C# 클래스 Encog.App.Analyst.CSV.Basic.BaseCachedColumn

A basic cached column. Used internally by some of the Encog CSV quant classes. All of the file contents for this column are loaded into memory.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Allocate ( int length ) : void

Allocate enough space for this column.

BaseCachedColumn ( String theName, bool theInput, bool theOutput ) : System

Construct the cached column.

메소드 상세

Allocate() 공개 메소드

Allocate enough space for this column.
public Allocate ( int length ) : void
length int
리턴 void

BaseCachedColumn() 공개 메소드

Construct the cached column.
public BaseCachedColumn ( String theName, bool theInput, bool theOutput ) : System
theName String The name of the column.
theInput bool Is this column used for input?
theOutput bool Is this column used for output?
리턴 System