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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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