Package: filling 0.2.4
filling: Matrix Completion, Imputation, and Inpainting Methods
Filling in the missing entries of a partially observed data is one of fundamental problems in various disciplines of mathematical science. For many cases, data at our interests have canonical form of matrix in that the problem is posed upon a matrix with missing values to fill in the entries under preset assumptions and models. We provide a collection of methods from multiple disciplines under Matrix Completion, Imputation, and Inpainting. See Davenport and Romberg (2016) <doi:10.1109/JSTSP.2016.2539100> for an overview of the topic.
Authors:
filling_0.2.4.tar.gz
filling_0.2.4.zip(r-4.7)filling_0.2.4.zip(r-4.6)filling_0.2.4.zip(r-4.5)
filling_0.2.4.tgz(r-4.6-x86_64)filling_0.2.4.tgz(r-4.6-arm64)filling_0.2.4.tgz(r-4.5-x86_64)filling_0.2.4.tgz(r-4.5-arm64)
filling_0.2.4.tar.gz(r-4.7-arm64)filling_0.2.4.tar.gz(r-4.7-x86_64)filling_0.2.4.tar.gz(r-4.6-arm64)filling_0.2.4.tar.gz(r-4.6-x86_64)
filling_0.2.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
filling/json (API)
NEWS
| # Install 'filling' in R: |
| install.packages('filling', repos = c('https://kisungyou.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kisungyou/filling/issues
Last updated from:597f17c3d1. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 233 | ||
| linux-devel-x86_64 | OK | 179 | ||
| source / vignettes | OK | 264 | ||
| linux-release-arm64 | OK | 193 | ||
| linux-release-x86_64 | OK | 193 | ||
| macos-release-arm64 | OK | 128 | ||
| macos-release-x86_64 | OK | 341 | ||
| macos-oldrel-arm64 | OK | 141 | ||
| macos-oldrel-x86_64 | OK | 230 | ||
| windows-devel | OK | 166 | ||
| windows-release | OK | 166 | ||
| windows-oldrel | OK | 144 | ||
| wasm-release | OK | 153 |
Exports:aux.rndmissingfill.HardImputefill.KNNimputefill.nuclearfill.OptSpacefill.simplefill.SoftImputefill.SVDimputefill.SVTfill.USVT
Dependencies:backportsBHcheckmateclarabelcliCVXRgmphighslatticeMatrixnaborosqprbibutilsRcppRcppArmadilloRcppEigenRdpackROptSpaceRSpectraS7scsslam
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Randomly assign NAs to the data matrix with probability 'x' | aux.rndmissing |
| HardImpute : Generalized Spectral Regularization | fill.HardImpute |
| Imputation using Weighted K-nearest Neighbors | fill.KNNimpute |
| Low-Rank Completion with Nuclear Norm Optimization | fill.nuclear |
| OptSpace | fill.OptSpace |
| Imputation by Simple Rules | fill.simple |
| SoftImpute : Spectral Regularization | fill.SoftImpute |
| Iterative Regression against Right Singular Vectors | fill.SVDimpute |
| Singular Value Thresholding for Nuclear Norm Optimization | fill.SVT |
| Matrix Completion by Universal Singular Value Thresholding | fill.USVT |
| lena image at size of (128 \times 128) | lena128 |
| lena image at size of (256 \times 256) | lena256 |
| lena image at size of (64 \times 64) | lena64 |
