Hi, I discovered your paper and I would like to use your algorithm in my own research. I've been trying to wrap my head around your implementation and I was wondering two things:
within RuleGenerator/, which one is your implementation of the rule generation that you used in the comparison in your paper? I assume it's one of the *LCS ones, but which one exactly?
within Joiner/, which one is your implementation of the join algorithm?
Hi, I discovered your paper and I would like to use your algorithm in my own research. I've been trying to wrap my head around your implementation and I was wondering two things:
RuleGenerator/
, which one is your implementation of the rule generation that you used in the comparison in your paper? I assume it's one of the *LCS ones, but which one exactly?Joiner/
, which one is your implementation of the join algorithm?Thanks!