org.encog.ml.data.market
public class MarketDataDescription extends TemporalDataDescription
TemporalDataDescription.Type
Constructor and Description |
---|
MarketDataDescription(TickerSymbol ticker,
MarketDataType dataType,
boolean input,
boolean predict)
Construct a MarketDataDescription item.
|
MarketDataDescription(TickerSymbol ticker,
MarketDataType dataType,
TemporalDataDescription.Type type,
ActivationFunction activationFunction,
boolean input,
boolean predict)
Construct a MarketDataDescription item.
|
MarketDataDescription(TickerSymbol ticker,
MarketDataType dataType,
TemporalDataDescription.Type type,
boolean input,
boolean predict)
Construct a MarketDataDescription item.
|
Modifier and Type | Method and Description |
---|---|
MarketDataType |
getDataType() |
TickerSymbol |
getTicker() |
getActivationFunction, getHigh, getIndex, getLow, getType, isInput, isPredict, setIndex
public MarketDataDescription(TickerSymbol ticker, MarketDataType dataType, TemporalDataDescription.Type type, ActivationFunction activationFunction, boolean input, boolean predict)
ticker
- The ticker symbol to use.dataType
- The data type needed.type
- The normalization type.activationFunction
- The activation function to apply to this data, can be null.input
- Is this field used for input?predict
- Is this field used for prediction?public MarketDataDescription(TickerSymbol ticker, MarketDataType dataType, TemporalDataDescription.Type type, boolean input, boolean predict)
ticker
- The ticker symbol to use.dataType
- The data type needed.type
- The normalization type.input
- Is this field used for input?predict
- Is this field used for prediction?public MarketDataDescription(TickerSymbol ticker, MarketDataType dataType, boolean input, boolean predict)
ticker
- The ticker symbol to use.dataType
- The data type needed.input
- Is this field used for input?predict
- Is this field used for prediction?public MarketDataType getDataType()
public TickerSymbol getTicker()
Copyright © 2014. All Rights Reserved.