de.kumpe.hadooptimizer.examples.neurons
Class InputValue

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

public class InputValue
extends Object
implements Value

See Also:
Serialized Form

Constructor Summary
InputValue()
           
InputValue(double value)
           
 
Method Summary
 void set(double value)
           
 double value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputValue

public InputValue()

InputValue

public InputValue(double value)
Method Detail

value

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

set

public void set(double value)


Copyright © 2011 Christian Kumpe. All Rights Reserved.