ca.pfv.spmf.algorithms.sequential_rules.rulegrowth
Class ExpandLeftStore
- java.lang.Object
-
- ca.pfv.spmf.algorithms.sequential_rules.rulegrowth.ExpandLeftStore
-
public class ExpandLeftStore extends java.lang.ObjectThis is the LeftStore structure used by the ERMiner algorithm- See Also:
AlgoERMiner
-
-
Constructor Summary
Constructors Constructor and Description ExpandLeftStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.List<LeftEquivalenceClass>>>getStore()voidregister(LeftRule leftRule, int[] itemsetJ, java.util.Set<java.lang.Integer> tidsJ, java.util.Map<java.lang.Integer,Occurence> occurencesI, java.util.Map<java.lang.Integer,Occurence> occurencesJ)
-
-
-
Method Detail
-
register
public void register(LeftRule leftRule, int[] itemsetJ, java.util.Set<java.lang.Integer> tidsJ, java.util.Map<java.lang.Integer,Occurence> occurencesI, java.util.Map<java.lang.Integer,Occurence> occurencesJ)
-
getStore
public java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.List<LeftEquivalenceClass>>> getStore()
-
-
DMelt 3.0 © DataMelt by jWork.ORG