C# 클래스 Encog.Neural.NeuralData.Market.MarketPoint

Hold one market datapoint. This class is based on the TemporalPoint, however it is designed to take its sequence number from a date.
상속: TemporalPoint
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
MarketPoint ( System.DateTime when, int size ) : System

Construct a MarketPoint with the specified date and size.

메소드 상세

MarketPoint() 공개 메소드

Construct a MarketPoint with the specified date and size.
public MarketPoint ( System.DateTime when, int size ) : System
when System.DateTime When is this data from.
size int What is the size of the data.
리턴 System