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

Class Rule



  • public class Rule
    extends java.lang.Object
    This class represents a sequential rule found by the CMDeo algorithm.
    See Also:
    AlgoCMDeogun, Itemset
    • Constructor Summary

      Constructors 
      Constructor and Description
      Rule(int[] itemsetI, int[] itemsetJ, java.util.Set<java.lang.Integer> tidsI, java.util.Set<java.lang.Integer> tidsJ, java.util.Set<java.lang.Integer> tidsIJ, java.util.Map<java.lang.Integer,Occurence> occurencesI, java.util.Map<java.lang.Integer,Occurence> occurencesJ) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

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

      • Rule

        public Rule(int[] itemsetI,
                    int[] itemsetJ,
                    java.util.Set<java.lang.Integer> tidsI,
                    java.util.Set<java.lang.Integer> tidsJ,
                    java.util.Set<java.lang.Integer> tidsIJ,
                    java.util.Map<java.lang.Integer,Occurence> occurencesI,
                    java.util.Map<java.lang.Integer,Occurence> occurencesJ)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.