From 80ffe57c790c2edae391277ae77440c2ff5d6f18 Mon Sep 17 00:00:00 2001 From: vanithakattumuri Date: Wed, 1 May 2024 15:37:00 +0900 Subject: [PATCH] #2 ReadMe file give the information about the latest version, newly added algorithms, and optimized algorithms in Recent updates. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ae276ed6..10cb9f8e 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,10 @@ PAttern MIning (PAMI) is a Python library containing several algorithms to disco - **Version 2024.05.01:** In this latest version, the following updates have been made: - - New algorithms have been added, including **Gspan and TKG** in subgraphMining. - - In the Synthetic Data Generator, **transactional database, temporal database, and geo-referenced transactional database** have been included. - - Performance improvements have been made to **Apriori, Aprioribitset, ECLAT, ECLATbitset, FPGrowth, and CHARM** algorithms in **Frequent Pattern Mining**. -- Version 2023.07.07: New algorithms: cuApriroi, cuAprioriBit, cuEclat, cuEclatBit, gPPMiner, cuGPFMiner, FPStream, HUPMS, SHUPGrowth New codes to generate synthetic databases -- Version 2023.06.20: Fuzzy Partial Periodic, Periodic Patterns in High Utility, Code Documentation, help() function Update -- Version 2023.03.01: prefixSpan and SPADE + - Included two new algorithms, **Gspan and TKG**, for frequent subgraph mining. + - Updated three Synthetic Data Generator, **transactional database, temporal database, and geo-referenced transactional database**. + - Optimized the following frequent pattern mining algorithms: **Apriori, Aprioribitset, ECLAT, ECLATbitset, FPGrowth, and CHARM**. + - startMine() function has been deprecated to mine() function. Total number of algorithms: 83