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

Class TSetNodesLVQ

Unit

UCompClusteringLVQ

Declaration

type TSetNodesLVQ = class

Description

un ensemble de noeuds LVQ

Methods

Overview

Public constructor create(prmCalc: TCalcLVQ);
Public destructor destroy; override;
Public function getNearestNode(example: integer; var numero: integer): TNodeLVQ;
Public procedure initialisation(examples: TExamples);

Description

Public constructor create(prmCalc: TCalcLVQ);

construire la structure

Public destructor destroy; override;

détruire la structure

Public function getNearestNode(example: integer; var numero: integer): TNodeLVQ;

chercher le noeud le plus proche

Public procedure initialisation(examples: TExamples);

initialiser les noeuds

Properties

Overview

Public property Count: integer;
Public property Node[i: integer]: TNodeLVQ;

Description

Public property Count: integer;

nb de noeuds

Public property Node[i: integer]: TNodeLVQ;

un noeud


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