Uses of Interface
de.kumpe.hadooptimizer.examples.neurons.Value

Packages that use Value
de.kumpe.hadooptimizer.examples.neurons Examples which uses EAs to teach neuronal networks. 
 

Uses of Value in de.kumpe.hadooptimizer.examples.neurons
 

Classes in de.kumpe.hadooptimizer.examples.neurons that implement Value
 class InputValue
           
 class Neuron
           
 

Methods in de.kumpe.hadooptimizer.examples.neurons with parameters of type Value
 Neuron.Input Neuron.addInput(Value output)
           
 Neuron.Input Neuron.addInput(Value output, double weight)
           
 

Constructors in de.kumpe.hadooptimizer.examples.neurons with parameters of type Value
NeuronalNetEvaluator(InputValue[] inputValues, Neuron.Input[] inputs, Value output, NeuronalNetEvaluator.Sample[] samples)
           
 



Copyright © 2011 Christian Kumpe. All Rights Reserved.