C# Class Encog.App.Quant.Indicators.ProcessIndicators

Process indicators and generate output.
Inheritance: Encog.App.Analyst.CSV.Basic.BasicCachedFile
Mostrar archivo Open project: encog/encog-silverlight-core Class Usage Examples

Private Properties

Property Type Description
AllocateStorage void
CalculateIndicators void
ReadFile void
WriteCSV void

Public Methods

Method Description
Process ( FileInfo output ) : void

Process and write the specified output file.

RenameColumn ( int index, String newName ) : void

Rename a column.

Private Methods

Method Description
AllocateStorage ( ) : void

Allocate storage.

CalculateIndicators ( ) : void

Calculate the indicators.

ReadFile ( ) : void

Read the CSV file.

WriteCSV ( FileInfo filename ) : void

Write the CSV.

Method Details

Process() public method

Process and write the specified output file.
public Process ( FileInfo output ) : void
output System.IO.FileInfo The output file.
return void

RenameColumn() public method

Rename a column.
public RenameColumn ( int index, String newName ) : void
index int The column index.
newName String The new name.
return void