de.kumpe.hadooptimizer.examples.neurons
Class Neuron
java.lang.Object
de.kumpe.hadooptimizer.examples.neurons.Neuron
- All Implemented Interfaces:
- Value, Serializable
public class Neuron
- extends Object
- implements Value
- See Also:
- Serialized Form
Constructor Summary |
Neuron()
|
Neuron(double threshold,
double a)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Neuron
public Neuron()
Neuron
public Neuron(double threshold,
double a)
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.