matter icon indicating copy to clipboard operation
matter copied to clipboard

A framework for rapid prototyping with binary data on disk

Results 13 matter issues
Sort by recently updated
recently updated
newest added

Do you have any insight on how to find the maximum value of each element of a sparse matrix? Because the PMAX function does not support sparse matrix operations which...

I just heard your talk and tried the package. It looks very good. But somehow I couldn't find a method to load data from a csv. All the examples mentioned...

Should be straightforward to add support for Ops generics for `drle` classes (by decoding the compressed vector and calling the `base` method).

enhancement

Should we add a simple function for simulating (non-spectral) images for examples and testing purposes?

enhancement

Outdated documentation says we support all Ops (Arith, Compare, Logic), but only Arith is currently supported. Add support for Compare and Logic group generics.

enhancement

Can we add support for compressed data? Although most compression like `zlib` don't support random access (which we need), there is the option of compressing vector elements of a list...

enhancement

As far as I remember, in older versions of spatialDGMM, the `r` parameter could be used to increase or decrease the amount of spatial smoothing (higher `r` values gave smoother...

revision

Need to add `na.rm=TRUE` to the `quantile()` calls.

bug

We need an S3 version of `as.matrix()` because the S4 generic does not get called for base functions.

bug