de.kumpe.hadooptimizer.examples.neurons
Class Neuron

java.lang.Object
  extended by de.kumpe.hadooptimizer.examples.neurons.Neuron
All Implemented Interfaces:
Value, Serializable

public class Neuron
extends Object
implements Value

See Also:
Serialized Form

Nested Class Summary
static class Neuron.Input
           
 
Constructor Summary
Neuron()
           
Neuron(double threshold, double a)
           
 
Method Summary
 Neuron.Input addInput(Value output)
           
 Neuron.Input addInput(Value output, double weight)
           
 double value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neuron

public Neuron()

Neuron

public Neuron(double threshold,
              double a)
Method Detail

addInput

public Neuron.Input addInput(Value output)

addInput

public Neuron.Input addInput(Value output,
                             double weight)

value

public double value()
Specified by:
value in interface Value


Copyright © 2011 Christian Kumpe. All Rights Reserved.