Learn Before
Concept

SPADE algorithm

SPADE algorithm: Improved GPS algorithm to avoid the problem of scanning the data set D multiple times. It is roughly the same as the GSP algorithm, with an additional ID_LIST record, so that each ID_LIST is obtained according to the previous ID_LIST (thus obtaining support). The scale of ID_LIST is reduced as the pruning continues. Therefore, the problem of multiple scans of data set D by the GSP algorithm is solved.

0

1

Updated 2021-11-07

Tags

Data Science

Related