Package: RandPro 0.2.2
RandPro: Random Projection with Classification
Performs random projection using Johnson-Lindenstrauss (JL) Lemma (see William B.Johnson and Joram Lindenstrauss (1984) <doi:10.1090/conm/026/737400>). Random Projection is a dimension reduction technique, where the data in the high dimensional space is projected into the low dimensional space using JL transform. The original high dimensional data matrix is multiplied with the low dimensional projection matrix which results in reduced matrix. The projection matrix can be generated using the projection function that is independent to the original data. Then finally apply the classification task on the projected data.
Authors:
RandPro_0.2.2.tar.gz
RandPro_0.2.2.zip(r-4.5)RandPro_0.2.2.zip(r-4.4)RandPro_0.2.2.zip(r-4.3)
RandPro_0.2.2.tgz(r-4.5-any)RandPro_0.2.2.tgz(r-4.4-any)RandPro_0.2.2.tgz(r-4.3-any)
RandPro_0.2.2.tar.gz(r-4.5-noble)RandPro_0.2.2.tar.gz(r-4.4-noble)
RandPro_0.2.2.tgz(r-4.4-emscripten)RandPro_0.2.2.tgz(r-4.3-emscripten)
RandPro.pdf |RandPro.html✨
RandPro/json (API)
# Install 'RandPro' in R: |
install.packages('RandPro', repos = c('https://siddhunitpy.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 years agofrom:19615134e5. Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 18 2025 |
R-4.5-win | OK | Mar 18 2025 |
R-4.5-mac | OK | Mar 18 2025 |
R-4.5-linux | OK | Mar 18 2025 |
R-4.4-win | OK | Mar 18 2025 |
R-4.4-mac | OK | Mar 18 2025 |
R-4.4-linux | OK | Mar 18 2025 |
R-4.3-win | OK | Mar 18 2025 |
R-4.3-mac | OK | Mar 18 2025 |
Exports:classifydimensionform_matrix
Dependencies:caretclasscliclockcodetoolscolorspacecpp11data.tablediagramdigestdplyre1071fansifarverforeachfuturefuture.applygenericsggplot2globalsgluegowergtablehardhatipredisobanditeratorsKernSmoothlabelinglatticelavalifecyclelistenvlubridatemagrittrMASSMatrixmgcvModelMetricsmunsellnlmennetnumDerivparallellypillarpkgconfigplyrpROCprodlimprogressrproxypurrrR6RColorBrewerRcpprecipesreshape2rlangrpartscalesshapesparsevctrsSQUAREMstringistringrsurvivaltibbletidyrtidyselecttimechangetimeDatetzdbutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Classification Function | classify |
Function to determine the required number of dimension for generating the projection matrix | dimension |
Forms the Projection Matrix | form_matrix |