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

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

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

Methods in org.encog.ml.data.market that return TickerSymbol
 TickerSymbol MarketDataDescription.getTicker()
           
 

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

Methods in org.encog.ml.data.market.loader that return TickerSymbol
 TickerSymbol LoadedMarketData.getTicker()
           
 

Methods in org.encog.ml.data.market.loader with parameters of type TickerSymbol
 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.
 

Constructors in org.encog.ml.data.market.loader with parameters of type TickerSymbol
LoadedMarketData(Date when, TickerSymbol ticker)
          Construct one sample of market data.
 



Copyright © 2014. All Rights Reserved.