|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.neural.data.market.loader.YahooFinanceLoader
public class YahooFinanceLoader
This class loads financial data from Yahoo. One caution on Yahoo data.
| Constructor Summary | |
|---|---|
YahooFinanceLoader()
|
|
| Method Summary | |
|---|---|
java.util.Collection<LoadedMarketData> |
load(TickerSymbol ticker,
java.util.Set<MarketDataType> dataNeeded,
java.util.Date from,
java.util.Date to)
Load the specified financial data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public YahooFinanceLoader()
| Method Detail |
|---|
public java.util.Collection<LoadedMarketData> load(TickerSymbol ticker,
java.util.Set<MarketDataType> dataNeeded,
java.util.Date from,
java.util.Date to)
load in interface MarketLoaderticker - The ticker symbol to load.dataNeeded - The financial data needed.from - The beginning date to load data from.to - The ending date to load data to.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||