agregate: Fonction pour agreger le graphe

Description Usage Arguments Value

View source: R/fct_merging.R

Description

On agrege le graphe en utilisant la fonction agregate_one un grand nombre de fois, jusqu'a ce que plus aucune agregation ne soit possible où jusqu'a un threshold limite d'agregations.

Usage

1
2
3
4
5
6
7
8
agregate(
  m_crois,
  threshold,
  kmax = 0,
  pas_pb = floor(nrow(m_crois)/50),
  verbose = TRUE,
  ...
)

Arguments

m_crois

Matrice de croisement.

threshold

threshold de confidentialite.

kmax

Entier indiquant le nombre d'agregtion maximale a effectuer. Si kmax vaut 0, on agrege au maximum.

pas_pb

Entier indiquant a quelle frequence afficher la barre de progression (pb = progress bar). Par defaut, affiche tout les 2% environ.

verbose

Boolean. If TRUE, progress bar is displayed.

...

other parameters

Value

En sortie, on a la matrice de croisement apres agregation.


diffman documentation built on Feb. 28, 2020, 5:08 p.m.

Related to agregate in diffman...