Documentation of 'ca.pfv.spmf.algorithms.sequential_rules.rulegrowth.ExpandLeftStore' Java class
ExpandLeftStore
ca.pfv.spmf.algorithms.sequential_rules.rulegrowth

Class ExpandLeftStore



  • public class ExpandLeftStore
    extends java.lang.Object
    This 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() 
      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) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExpandLeftStore

        public ExpandLeftStore()
    • 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

You see the box below because you did not login.