Apriori
  • Method description:
  • Apriori is an algorithm for frequent item set mining and association rule learning over relational databases. It proceeds by identifying the frequent individual items in the database and extending them to larger and larger item sets as long as those item sets appear sufficiently often in the database.

    Installation: online;

    Dependent libraries: sklearn;

    QR code:



    • 依赖库文件:sklearn

      安装方式:在线安装

      二维码: