From 147a8e2339e7ba4cce44849dd3e0c903aa5f8eb3 Mon Sep 17 00:00:00 2001 From: Lasya Date: Tue, 23 Apr 2024 23:40:31 +0530 Subject: [PATCH] ARWithLeverage.py --- PAMI/AssociationRules/basic/ARWithLeverage.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PAMI/AssociationRules/basic/ARWithLeverage.py b/PAMI/AssociationRules/basic/ARWithLeverage.py index dc40548c..d9dfdabb 100644 --- a/PAMI/AssociationRules/basic/ARWithLeverage.py +++ b/PAMI/AssociationRules/basic/ARWithLeverage.py @@ -3,7 +3,6 @@ # **Importing this algorithm into a python program** # ---------------------------------------------------- # -# # import PAMI.AssociationRules.basic import ARWithLeverage as alg # # obj = alg.ARWithLeverage(iFile, minConf) @@ -32,9 +31,6 @@ # - - - __copyright__ = """ Copyright (C) 2021 Rage Uday Kiran @@ -163,7 +159,6 @@ class ARWithLeverage: :Attributes: - startTime : float To record the start time of the mining process