C# 클래스 Encog.App.Quant.Indicators.Predictive.BestReturn

상속: Encog.App.Quant.Indicators.Indicator
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
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