de.kumpe.hadooptimizer.examples.neurons
Class Neuron.Input

java.lang.Object
  extended by de.kumpe.hadooptimizer.examples.neurons.Neuron.Input
All Implemented Interfaces:
Serializable
Enclosing class:
Neuron

public static class Neuron.Input
extends Object
implements Serializable

See Also:
Serialized Form

Method Summary
 double getWeight()
           
 void setWeight(double weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWeight

public double getWeight()

setWeight

public void setWeight(double weight)


Copyright © 2011 Christian Kumpe. All Rights Reserved.