Interface MatrixOrientation

  • All Known Implementing Classes:
    MatrixOrientation2D, MatrixOrientation3D

    public interface MatrixOrientation
    Simple interface for enums representing the orientation of a Cooccurrence Matrix
    Author:
    Christian Dietz (University of Konstanz)
    • Method Detail

      • isCompatible

        boolean isCompatible​(int numDims)
      • getValueAtDim

        int getValueAtDim​(int d)
      • numDims

        int numDims()