Package | Description |
---|---|
org.encog.ml.data.market | |
org.encog.ml.data.market.loader |
Modifier and Type | Method and Description |
---|---|
TickerSymbol |
MarketDataDescription.getTicker() |
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 |
---|---|
TickerSymbol |
LoadedMarketData.getTicker() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
LoadedMarketData(Date when,
TickerSymbol ticker)
Construct one sample of market data.
|
Copyright © 2014. All Rights Reserved.