Documentation of 'org.encog.ml.data.market.MarketDataDescription' Java class
MarketDataDescription
org.encog.ml.data.market

Class MarketDataDescription



  • public class MarketDataDescription
    extends TemporalDataDescription
    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.
    • Constructor Detail

      • MarketDataDescription

        public MarketDataDescription(TickerSymbol ticker,
                                     MarketDataType dataType,
                                     TemporalDataDescription.Type type,
                                     ActivationFunction activationFunction,
                                     boolean input,
                                     boolean predict)
        Construct a MarketDataDescription item.
        Parameters:
        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?
      • MarketDataDescription

        public MarketDataDescription(TickerSymbol ticker,
                                     MarketDataType dataType,
                                     TemporalDataDescription.Type type,
                                     boolean input,
                                     boolean predict)
        Construct a MarketDataDescription item.
        Parameters:
        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?
      • MarketDataDescription

        public MarketDataDescription(TickerSymbol ticker,
                                     MarketDataType dataType,
                                     boolean input,
                                     boolean predict)
        Construct a MarketDataDescription item.
        Parameters:
        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?
    • Method Detail

      • getDataType

        public MarketDataType getDataType()
        Returns:
        the dataType
      • getTicker

        public TickerSymbol getTicker()
        Returns:
        the ticker

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.