Class ILSelfOrganizingMap.TILSelfOrganizingNodes
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' SelfOrganizingNodes : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:32, 26 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: IntelligenceLabPkg
Unit: ILSelfOrganizingMap
Inherits: TLPPersistentNotify
Contents |
Syntax
Delphi:
type TILSelfOrganizingNodes = class( TLPPersistentNotify )
C++ Builder:
class TILSelfOrganizingNodes : public TLPPersistentNotify
Visual C++ (MFC):
class CTILSelfOrganizingNodes : public CTLPPersistentNotify
C# (.NET):
public ref class SelfOrganizingNodes : Vcl.VclProperty
Summary
Self organizing map node list class.
Description
Defines class for a list of self organizing map nodes.
Properties
Published
- NodeSides - Specifies the number of node sides (3, 4 or 6).
- Width - Specifies the width of the self organizing map in number of nodes.
- Height - Specifies the height of the self organizing map in number of nodes.