C# Класс Encog.App.Quant.Indicators.Predictive.BestReturn

Наследование: Encog.App.Quant.Indicators.Indicator
Показать файл Открыть проект

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

Метод Описание
BestReturn ( int thePeriods, bool output ) : System

Construct the object.

Calculate ( BaseCachedColumn>.IDictionary data, int length ) : void

Calculate the indicator.

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

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

Construct the object.
public BestReturn ( int thePeriods, bool output ) : System
thePeriods int The number of periods.
output bool True, if this indicator is to be predicted.
Результат System

Calculate() публичный закрытый Метод

Calculate the indicator.
public final Calculate ( BaseCachedColumn>.IDictionary data, int length ) : void
data BaseCachedColumn>.IDictionary The data available to the indicator.
length int The length of the data to calculate.
Результат void