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

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

공개 메소드들

메소드 설명
BestClose ( int thePeriods, bool output ) : System

Construct the object.

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

Calculate the indicator.

메소드 상세

BestClose() 공개 메소드

Construct the object.
public BestClose ( 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 available to the indicator.
리턴 void