C# 클래스 Encog.ML.Data.Market.Loader.GoogleLoader

A loader for Google.com. From code provided by: fxmozart http://www.heatonresearch.com/node/2102
상속: IMarketLoader
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
GoogleLoader ( ) : System

Construct the object.

Load ( TickerSymbol ticker, IList dataNeeded, System.DateTime from, System.DateTime to ) : ICollection

Load financial data from Google.

비공개 메소드들

메소드 설명
BuildUrl ( TickerSymbol ticker, System.DateTime from, System.DateTime to ) : Uri

메소드 상세

GoogleLoader() 공개 메소드

Construct the object.
public GoogleLoader ( ) : System
리턴 System

Load() 공개 메소드

Load financial data from Google.
public Load ( TickerSymbol ticker, IList dataNeeded, System.DateTime from, System.DateTime to ) : ICollection
ticker TickerSymbol The ticker to load from.
dataNeeded IList The data needed.
from System.DateTime The starting time.
to System.DateTime The ending time.
리턴 ICollection