org.encog.ml.prg
public class VariableMapping extends Object implements Serializable
Constructor and Description |
---|
VariableMapping(String theName,
ValueType theVariableType)
Construct a variable mapping for a non-enum type.
|
VariableMapping(String theName,
ValueType theVariableType,
int theEnumType,
int theEnumValueCount)
Construct a variable mapping.
|
public VariableMapping(String theName, ValueType theVariableType)
theName
- The variable name.theVariableType
- The variable type.public VariableMapping(String theName, ValueType theVariableType, int theEnumType, int theEnumValueCount)
theName
- The name of the variable.theVariableType
- The type of the variable.theEnumType
- The enum type.theEnumValueCount
- The number of values for an enum.Copyright © 2014. All Rights Reserved.