Uses of Class
org.encog.ml.prg.VariableMapping

Packages that use VariableMapping
org.encog.ml.prg   
 

Uses of VariableMapping in org.encog.ml.prg
 

Methods in org.encog.ml.prg that return VariableMapping
 VariableMapping EncogProgramContext.getResult()
           
 

Methods in org.encog.ml.prg that return types with arguments of type VariableMapping
 List<VariableMapping> EncogProgramContext.findVariablesByTypes(List<ValueType> desiredTypes)
          Find all of the variables of the specified types.
 List<VariableMapping> EncogProgramContext.getDefinedVariables()
           
 

Methods in org.encog.ml.prg with parameters of type VariableMapping
 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.