Projet

Général

Profil

Actions

Data mining complexity

This stream plots
  • the time needed for mining frequent patterns
  • the number of patterns depending on the minimum support.

The minsup varies with the help of a for loop.

This loop starts from the lowest minsup and goes to the highest minsup. The frequent patterns are then mined, counted and the time needed is computed. Finally, GNUplot generates a .PNG image plotting the results.

The inner part of the loop is:

Mis à jour par François Rioult il y a environ 13 ans · 5 révisions