« BIRCH » : différence entre les versions


(Page créée avec « ==en construction== == Définition == XXXXXXXXX == Français == ''' XXXXXXXXX ''' == Anglais == ''' BIRCH''' BIRCH (balanced iterative reducing and clustering using hi... »)
 
Aucun résumé des modifications
Ligne 6 : Ligne 6 :
== Français ==
== Français ==
''' XXXXXXXXX '''
''' XXXXXXXXX '''
<math>\Delta\ W_{ij}(n) = \gamma\ \Delta\ W_{ij}(n-1) \Delta\ R(n) + r_i(n) </math>


== Anglais ==
== Anglais ==

Version du 18 décembre 2020 à 21:27

en construction

Définition

XXXXXXXXX

Français

XXXXXXXXX


Anglais

BIRCH

BIRCH (balanced iterative reducing and clustering using hierarchies) is an unsupervised data mining algorithm used to perform hierarchical clustering over particularly large data-sets.[1] An advantage of BIRCH is its ability to incrementally and dynamically cluster incoming, multi-dimensional metric data points in an attempt to produce the best quality clustering for a given set of resources (memory and time constraints). In most cases, BIRCH only requires a single scan of the database.

Its inventors claim BIRCH to be the "first clustering algorithm proposed in the database area to handle 'noise' (data points that are not part of the underlying pattern) effectively",[1] beating DBSCAN by two months. The algorithm received the SIGMOD 10 year test of time award in 2006.[2]

: Wikipedia Machine Learning