Array of input 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 Input As Double()
C#
public double[] Input { get; }
C++
public property double[] Input sealed  {
    array<double>^ get();
}
J#
/** property */
public double[] get_Input();
JScript
public function get Input() : double[]

See Also