Class ColumnCorrelationMatrix<R,​C>

  • All Implemented Interfaces:
    DataFrame<C,​C,​java.lang.Number>, Matrix<C,​C>

    public class ColumnCorrelationMatrix<R,​C>
    extends AbstractMatrix<C,​C>
    • Constructor Detail

      • ColumnCorrelationMatrix

        public ColumnCorrelationMatrix​(Matrix<R,​C> matrix)
    • Method Detail

      • getDouble

        public double getDouble​(C row,
                                C column)
      • getRowIndex

        public UniqueIndex<C> getRowIndex()
        Description copied from interface: DataFrame
        Gets the index used to access the rows.
        Returns:
        the row index
      • getColumnIndex

        public UniqueIndex<C> getColumnIndex()
        Description copied from interface: DataFrame
        Gets the index used to access the columns.
        Returns:
        the column index