Number of rows in Kohonen layer.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property KohonenRowsCount As Integer
C#
public int KohonenRowsCount { get; }
C++
public property int KohonenRowsCount sealed  {
    int get();
}
J#
/** property */
public int get_KohonenRowsCount();
JScript
public function get KohonenRowsCount() : int

See Also