C# Class 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.
Inheritance: TemporalPoint
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
MarketPoint ( System.DateTime when, int size ) : System

Construct a MarketPoint with the specified date and size.

Method Details

MarketPoint() public méthode

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.
Résultat System