Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TStructureSOM

Unit

UCompClusteringSOM

Declaration

type TStructureSOM = class(TObject)

Description

Structure de carte topologique

Methods

Overview

Public constructor Create(prmTargets: TLstAttributes; prm: TOpPrmSOM; prmStats: TLstCalcStatDesContinuous; prmCalc: TCalcClusSOM);
Public destructor Destroy; override;
Public function getNearest(var iMax,jMax: integer; example: integer): double;
Public procedure RefreshWeight(example: integer; prmLR: double; prmDVoisinage: integer);

Description

Public constructor Create(prmTargets: TLstAttributes; prm: TOpPrmSOM; prmStats: TLstCalcStatDesContinuous; prmCalc: TCalcClusSOM);

création de la structure

Public destructor Destroy; override;

détruire la liste

Public function getNearest(var iMax,jMax: integer; example: integer): double;

récupérer les coordonnées du neurone le plus proche, et renvoie la distance associée

Public procedure RefreshWeight(example: integer; prmLR: double; prmDVoisinage: integer);

rafraîchir les poids pour un individu passé

Properties

Overview

Public property CellLst[i: integer]: TCellSOM;
Public property CellsCount: integer;
Public property CellTab[i,j: integer]: TCellSOM;
Public property ColCount: integer;
Public property RowCount: integer;

Description

Public property CellLst[i: integer]: TCellSOM;

accès aux cellules en liste

Public property CellsCount: integer;

nombre de cellules

Public property CellTab[i,j: integer]: TCellSOM;

accès aux cellules en tableau

Public property ColCount: integer;

nombre de colonnes

Public property RowCount: integer;

nombre de lignes


Generated by DIPasDoc 0.8.6 on ven. 09/ janv. 2004 00:52:26