type TOperatorClustering = class(TOpLocalData)
TOpLocalData > TOperator![]() |
constructor Create(AOwner: TObject); override; |
![]() |
destructor destroy; override; |
![]() |
function CheckAttributes(): boolean; override; |
![]() |
function CoreExecute(): boolean; override; |
![]() |
function getClassCalcClustering(): TClassCalcClustering; virtual; abstract; |
![]() |
function getHTMLClustersDescriptions(): string; virtual; |
![]() |
function getHTMLResultsSummary(): string; override; |
![]() |
procedure ReInitialize(); override; |
![]() |
constructor Create(AOwner: TObject); override; |
![]() |
destructor destroy; override; |
![]() |
function CheckAttributes(): boolean; override; |
vérification du statut des attributs
![]() |
function CoreExecute(): boolean; override; |
execution
![]() |
function getClassCalcClustering(): TClassCalcClustering; virtual; abstract; |
récupérer la classe du calculateur de clustering - à surcharger absolument
![]() |
function getHTMLClustersDescriptions(): string; virtual; |
description HTML des clusters, cela peut être standard comme ici ou plus "visuel" dans le cas des Kohonen par exemple
![]() |
function getHTMLResultsSummary(): string; override; |
rapport
![]() |
procedure ReInitialize(); override; |
désalloue le calculateur
![]() |
property AttCluster: TAttDiscrete; |
![]() |
property CalcClustering: TCalcClustering; |
![]() |
property Inputs: TLstAttributes; |
![]() |
property StatCluster: TCalcStatDesDiscrete; |
![]() |
property Targets: TLstAttributes; |
![]() |
property AttCluster: TAttDiscrete; |
attribut cluster
![]() |
property CalcClustering: TCalcClustering; |
pointeur sur la calculateur
![]() |
property Inputs: TLstAttributes; |
attributs inputs
![]() |
property StatCluster: TCalcStatDesDiscrete; |
statistiques sur les clusters
![]() |
property Targets: TLstAttributes; |
attributs targets