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
Показать файл Открыть проект

Открытые методы

Метод Описание
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