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