Documentation of 'ca.pfv.spmf.datastructures.triangularmatrix.SparseTriangularMatrix' Java class
SparseTriangularMatrix
ca.pfv.spmf.datastructures.triangularmatrix

Class SparseTriangularMatrix

    • Constructor Summary

      Constructors 
      Constructor and Description
      SparseTriangularMatrix()
      Constructor of a new triangular matrix.
      SparseTriangularMatrix(int itemCount)
      This constructor is for compatibility with the other TriangularMatrix implementation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getSupportForItems(int i, int j)
      Get the value stored at a given position
      void incrementCount(int i, int j)
      Increment the value at position i,j
      void setSupport(java.lang.Integer i, java.lang.Integer j, int support) 
      java.lang.String toString()
      Return a reprensentation of the triangular matrix as a string.
      • Methods inherited from class java.lang.Object

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

      • SparseTriangularMatrix

        public SparseTriangularMatrix()
        Constructor of a new triangular matrix.
        Parameters:
        elementCount - the desired number of lines in the matrix.
      • SparseTriangularMatrix

        public SparseTriangularMatrix(int itemCount)
        This constructor is for compatibility with the other TriangularMatrix implementation. The parameter "itemCount" is not used.
        Parameters:
        itemCount -

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.