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

Class SparseMatrix



  • public class SparseMatrix
    extends java.lang.Object
    This class represents the SparseMatrix structure used by ERMiner.
    See Also:
    AlgoERMiner
    • Constructor Summary

      Constructors 
      Constructor and Description
      SparseMatrix() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getCount(int i, int j) 
      java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.lang.Integer>> getMatrix() 
      void increaseCountOfPair(int i, int j) 
      • Methods inherited from class java.lang.Object

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

      • SparseMatrix

        public SparseMatrix()
    • Method Detail

      • increaseCountOfPair

        public void increaseCountOfPair(int i,
                                        int j)
      • getCount

        public int getCount(int i,
                            int j)
      • getMatrix

        public java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.lang.Integer>> getMatrix()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.