We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d080e06 commit d30c729Copy full SHA for d30c729
niaarm/niaarm.py
@@ -68,7 +68,6 @@ def __init__(self, dimension, features, transactions, metrics, logging=False):
68
super().__init__(dimension, 0.0, 1.0)
69
70
def build_rule(self, vector):
71
- r"""Build association rule from the candidate solution."""
72
rule = []
73
74
permutation = vector[-self.num_features:]
0 commit comments