C# Класс Encog.App.Quant.Indicators.ProcessIndicators

Process indicators and generate output.
Наследование: Encog.App.Analyst.CSV.Basic.BasicCachedFile
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AllocateStorage void
CalculateIndicators void
ReadFile void
WriteCSV void

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

Метод Описание
Process ( FileInfo output ) : void

Process and write the specified output file.

RenameColumn ( int index, String newName ) : void

Rename a column.

Приватные методы

Метод Описание
AllocateStorage ( ) : void

Allocate storage.

CalculateIndicators ( ) : void

Calculate the indicators.

ReadFile ( ) : void

Read the CSV file.

WriteCSV ( FileInfo filename ) : void

Write the CSV.

Описание методов

Process() публичный Метод

Process and write the specified output file.
public Process ( FileInfo output ) : void
output System.IO.FileInfo The output file.
Результат void

RenameColumn() публичный Метод

Rename a column.
public RenameColumn ( int index, String newName ) : void
index int The column index.
newName String The new name.
Результат void