Uses of Class
org.encog.neural.networks.NeuralDataMapping

Packages that use NeuralDataMapping
org.encog.neural.bam   
org.encog.neural.networks   
 

Uses of NeuralDataMapping in org.encog.neural.bam
 

Methods in org.encog.neural.bam that return NeuralDataMapping
 NeuralDataMapping BAM.compute(NeuralDataMapping input)
          Compute the network for the specified input.
 

Methods in org.encog.neural.bam with parameters of type NeuralDataMapping
 NeuralDataMapping BAM.compute(NeuralDataMapping input)
          Compute the network for the specified input.
 

Uses of NeuralDataMapping in org.encog.neural.networks
 

Methods in org.encog.neural.networks with parameters of type NeuralDataMapping
static void NeuralDataMapping.copy(NeuralDataMapping source, NeuralDataMapping target)
          Copy from one object to the other.
 



Copyright © 2014. All Rights Reserved.