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

Class TOperatorClustering

Unit

UCompClusteringDefinition

Declaration

type TOperatorClustering = class(TOpLocalData)

Description

l'opérateur de clustering

Hierarchy

TOpLocalData > TOperator

Methods

Overview

Public constructor Create(AOwner: TObject); override;
Public destructor destroy; override;
Protected function CheckAttributes(): boolean; override;
Public function CoreExecute(): boolean; override;
Protected function getClassCalcClustering(): TClassCalcClustering; virtual; abstract;
Protected function getHTMLClustersDescriptions(): string; virtual;
Public function getHTMLResultsSummary(): string; override;
Protected procedure ReInitialize(); override;

Description

Public constructor Create(AOwner: TObject); override;

 

Public destructor destroy; override;

 

Protected function CheckAttributes(): boolean; override;

vérification du statut des attributs

Public function CoreExecute(): boolean; override;

execution

Protected function getClassCalcClustering(): TClassCalcClustering; virtual; abstract;

récupérer la classe du calculateur de clustering - à surcharger absolument

Protected function getHTMLClustersDescriptions(): string; virtual;

description HTML des clusters, cela peut être standard comme ici ou plus "visuel" dans le cas des Kohonen par exemple

Public function getHTMLResultsSummary(): string; override;

rapport

Protected procedure ReInitialize(); override;

désalloue le calculateur

Properties

Overview

Public property AttCluster: TAttDiscrete;
Public property CalcClustering: TCalcClustering;
Public property Inputs: TLstAttributes;
Public property StatCluster: TCalcStatDesDiscrete;
Public property Targets: TLstAttributes;

Description

Public property AttCluster: TAttDiscrete;

attribut cluster

Public property CalcClustering: TCalcClustering;

pointeur sur la calculateur

Public property Inputs: TLstAttributes;

attributs inputs

Public property StatCluster: TCalcStatDesDiscrete;

statistiques sur les clusters

Public property Targets: TLstAttributes;

attributs targets


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