matter
matter copied to clipboard
A framework for rapid prototyping with binary data on disk
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).
Should we add a simple function for simulating (non-spectral) images for examples and testing purposes?
Outdated documentation says we support all Ops (Arith, Compare, Logic), but only Arith is currently supported. Add support for Compare and Logic group generics.
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...
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...
We need an S3 version of `as.matrix()` because the S4 generic does not get called for base functions.