Compute the value for the specified input

[Visual Basic]
Public Function Output( _
   ByVal input As Single() _
) As Single()
[C#]
public float[] Output(
   float[] input
);

Parameters

input

the input vector

Return Value

the output vector of the neuronal network

See Also

NeuralNetwork Class | NeuralNetwork Members | NeuralNetwork Namespace