Array of output parameters. Each value usually in a range from -1..1


Namespace: xpidea.neuro.net.patterns
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Output As Double()
C#
public double[] Output { get; }
C++
public property double[] Output sealed  {
    array<double>^ get();
}
J#
/** property */
public double[] get_Output();
JScript
public function get Output() : double[]

See Also