Class ILSelfOrganizingMap.TILSelfOrganizingNodes
From Mitov Wiki Doc
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.