Package | Description |
---|---|
org.encog.ml.data.market.loader |
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.
|
Modifier and Type | Method and Description |
---|---|
int |
LoadedMarketData.compareTo(LoadedMarketData other) |
Copyright © 2014. All Rights Reserved.