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

Class TriangularMatrix

    • Constructor Summary

      Constructors 
      Constructor and Description
      TriangularMatrix(int elementCount)
      Constructor of a new triangular matrix.
    • Method Summary

      All Methods Static 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
      static void main(java.lang.String[] args)
      Main method for testing and debugging only!
      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

      • TriangularMatrix

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

      • main

        public static void main(java.lang.String[] args)
        Main method for testing and debugging only!
      • toString

        public java.lang.String toString()
        Description copied from interface: AbstractTriangularMatrix
        Return a reprensentation of the triangular matrix as a string.
        Specified by:
        toString in interface AbstractTriangularMatrix
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.