|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbodhidharma.classifiers.feedforward_neural_networks.InputNode
public class InputNode
Objects of this class represent the inputs to a neural network. Although these objects are not strictly necessary, they are present for the sake of completeness of the metaphor.
Constructor Summary | |
---|---|
InputNode(double initial_value)
Instantiate the InputNode with the given parameter. |
Method Summary | |
---|---|
double |
get_current_value()
Get the current value of the iput |
java.lang.String |
output_values()
Returns a string containing the current inputs ot the node. |
void |
set_input(double input)
Set the current value of the input |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputNode(double initial_value)
Method Detail |
---|
public void set_input(double input)
public double get_current_value()
public java.lang.String output_values()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |