Documentation of 'ca.pfv.spmf.algorithms.sequentialpatterns.fournier2008_seqdim.multidimensionalpatterns.MDPatternsDatabase' Java class
MDPatternsDatabase
ca.pfv.spmf.algorithms.sequentialpatterns.fournier2008_seqdim.multidimensionalpatterns

Class MDPatternsDatabase



  • public class MDPatternsDatabase
    extends java.lang.Object
    Implementation of an MDPatterns Database (as defined in the DIM algorithm of Pinto et al, 2001).
    See Also:
    AlgoDim, MDPattern, MDPatterns
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addMDPattern(MDPattern pattern)
      Add an MD-Pattern to the database
      int getDimensionCount()
      Return the number of dimensions in this database.
      java.util.List<MDPattern> getMDPatterns()
      Get the list of MDPatterns store in this database
      void printDatabase()
      Print this MD-Pattern database to the System.out.
      int size()
      Get the pattern count.
      • Methods inherited from class java.lang.Object

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

      • MDPatternsDatabase

        public MDPatternsDatabase()
    • Method Detail

      • addMDPattern

        public void addMDPattern(MDPattern pattern)
        Add an MD-Pattern to the database
        Parameters:
        pattern -
      • printDatabase

        public void printDatabase()
        Print this MD-Pattern database to the System.out.
      • size

        public int size()
        Get the pattern count.
        Returns:
        the number of patterns (int)
      • getMDPatterns

        public java.util.List<MDPattern> getMDPatterns()
        Get the list of MDPatterns store in this database
        Returns:
        a List of MDPatterns
      • getDimensionCount

        public int getDimensionCount()
        Return the number of dimensions in this database.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.