Class CacheDistanceMatrix<R,​C>

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

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

      • CacheDistanceMatrix

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

      • getDouble

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

        public UniqueIndex<R> 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