Uses of Class
org.encog.ml.data.temporal.TemporalDataDescription.Type

Packages that use TemporalDataDescription.Type
org.encog.ml.data.market   
org.encog.ml.data.temporal   
 

Uses of TemporalDataDescription.Type in org.encog.ml.data.market
 

Constructors in org.encog.ml.data.market with parameters of type TemporalDataDescription.Type
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.
 

Uses of TemporalDataDescription.Type in org.encog.ml.data.temporal
 

Methods in org.encog.ml.data.temporal that return TemporalDataDescription.Type
 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.
 

Constructors in org.encog.ml.data.temporal with parameters of type TemporalDataDescription.Type
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.