Uses of Class
org.encog.ml.data.market.MarketDataType

Packages that use MarketDataType
org.encog.ml.data.market   
org.encog.ml.data.market.loader   
 

Uses of MarketDataType in org.encog.ml.data.market
 

Methods in org.encog.ml.data.market that return MarketDataType
 MarketDataType MarketDataDescription.getDataType()
           
static MarketDataType MarketDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MarketDataType[] MarketDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.encog.ml.data.market with parameters of type MarketDataType
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.
 

Uses of MarketDataType in org.encog.ml.data.market.loader
 

Methods in org.encog.ml.data.market.loader with parameters of type MarketDataType
 double LoadedMarketData.getData(MarketDataType type)
          Get one type of market data from this date.
 void LoadedMarketData.setData(MarketDataType type, double data)
          Set financial data for this date.
 

Method parameters in org.encog.ml.data.market.loader with type arguments of type MarketDataType
 Collection<LoadedMarketData> MarketLoader.load(TickerSymbol ticker, Set<MarketDataType> dataNeeded, Date from, Date to)
          Load the specified ticker symbol for the specified date.
 Collection<LoadedMarketData> YahooFinanceLoader.load(TickerSymbol ticker, Set<MarketDataType> dataNeeded, Date from, Date to)
          Load the specified financial data.
 



Copyright © 2014. All Rights Reserved.