Number of colums in Kohonen layer.


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

Syntax

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

See Also