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

This class is used to describe the type of financial data that is needed. Each piece of data can be used for input, prediction or both. If used for input, it will be used as data to help predict. If used for prediction, it will be one of the values predicted. It is possible, and quite common, to use data from both input and prediction.
상속: Encog.Neural.NeuralData.Temporal.TemporalDataDescription
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
MarketDataDescription ( TickerSymbol ticker, MarketDataType dataType, Type type, IActivationFunction activationFunction, bool input, bool predict ) : System

Construct a MarketDataDescription item.

MarketDataDescription ( TickerSymbol ticker, MarketDataType dataType, Type type, bool input, bool predict ) : System

Construct a MarketDataDescription item.

MarketDataDescription ( TickerSymbol ticker, MarketDataType dataType, bool input, bool predict ) : System

Construct a MarketDataDescription item.

메소드 상세

MarketDataDescription() 공개 메소드

Construct a MarketDataDescription item.
public MarketDataDescription ( TickerSymbol ticker, MarketDataType dataType, Type type, IActivationFunction activationFunction, bool input, bool predict ) : System
ticker TickerSymbol The ticker symbol to use.
dataType MarketDataType The data type needed.
type System.Type The normalization type.
activationFunction IActivationFunction The activation function to apply to this data, can be null.
input bool Is this field used for input?
predict bool Is this field used for prediction?
리턴 System

MarketDataDescription() 공개 메소드

Construct a MarketDataDescription item.
public MarketDataDescription ( TickerSymbol ticker, MarketDataType dataType, Type type, bool input, bool predict ) : System
ticker TickerSymbol The ticker symbol to use.
dataType MarketDataType The data type needed.
type System.Type The normalization type.
input bool Is this field used for input?
predict bool Is this field used for prediction?
리턴 System

MarketDataDescription() 공개 메소드

Construct a MarketDataDescription item.
public MarketDataDescription ( TickerSymbol ticker, MarketDataType dataType, bool input, bool predict ) : System
ticker TickerSymbol The ticker symbol to use.
dataType MarketDataType The data type needed.
input bool Is this field used for input?
predict bool Is this field used for prediction?
리턴 System