| Package | Description |
|---|---|
| org.encog.ml.prg |
| Modifier and Type | Method and Description |
|---|---|
VariableMapping |
EncogProgramContext.getResult() |
| Modifier and Type | Method and Description |
|---|---|
List<VariableMapping> |
EncogProgramContext.findVariablesByTypes(List<ValueType> desiredTypes)
Find all of the variables of the specified types.
|
List<VariableMapping> |
EncogProgramContext.getDefinedVariables() |
| Modifier and Type | Method and Description |
|---|---|
void |
EncogProgramContext.defineVariable(VariableMapping mapping)
Define a variable, based on a mapping.
|
void |
EncogProgramVariables.defineVariable(VariableMapping mapping)
Define the specified variable mapping.
|
void |
EncogProgramContext.setResult(VariableMapping result) |
Copyright © 2014. All Rights Reserved.