Package | Description |
---|---|
org.encog.ml.data.market | |
org.encog.ml.data.temporal |
Constructor and Description |
---|
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 |
---|---|
TemporalDataDescription.Type |
TemporalDataDescription.getType() |
static TemporalDataDescription.Type |
TemporalDataDescription.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalDataDescription.Type[] |
TemporalDataDescription.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TemporalDataDescription(ActivationFunction activationFunction,
double low,
double high,
TemporalDataDescription.Type type,
boolean input,
boolean predict)
Construct a data description item.
|
TemporalDataDescription(ActivationFunction activationFunction,
TemporalDataDescription.Type type,
boolean input,
boolean predict)
Construct a data description with an activation function, but no range.
|
TemporalDataDescription(TemporalDataDescription.Type type,
boolean input,
boolean predict)
Construct a data description with no activation function or range.
|
Copyright © 2014. All Rights Reserved.