Package weka.core

Interface GenericPLSMatrixAccess

    • Method Detail

      • getMatrixNames

        String[] getMatrixNames()
        Returns the all the available matrices.
        Returns:
        the names of the matrices
      • getMatrix

        weka.core.matrix.Matrix getMatrix​(String name)
        Returns the matrix with the specified name.
        Parameters:
        name - the name of the matrix
        Returns:
        the matrix, null if not available
      • hasLoadings

        boolean hasLoadings()
        Whether the algorithm supports return of loadings.
        Returns:
        true if supported
        See Also:
        getLoadings()
      • getLoadings

        weka.core.matrix.Matrix getLoadings()
        Returns the loadings, if available.
        Returns:
        the loadings, null if not available