Package: kazaam 0.1-0
kazaam: Tools for Tall Distributed Matrices
Many data science problems reduce to operations on very tall, skinny matrices. However, sometimes these matrices can be so tall that they are difficult to work with, or do not even fit into main memory. One strategy to deal with such objects is to distribute their rows across several processors. To this end, we offer an 'S4' class for tall, skinny, distributed matrices, called the 'shaq'. We also provide many useful numerical methods and statistics operations for operating on these distributed objects. The naming is a bit "tongue-in-cheek", with the class a play on the fact that 'Shaquille' 'ONeal' ('Shaq') is very tall, and he starred in the film 'Kazaam'.
Authors:
kazaam_0.1-0.tar.gz
kazaam_0.1-0.tar.gz(r-4.5-noble)kazaam_0.1-0.tar.gz(r-4.4-noble)
kazaam_0.1-0.tgz(r-4.4-emscripten)kazaam_0.1-0.tgz(r-4.3-emscripten)
kazaam.pdf |kazaam.html✨
kazaam/json (API)
# Install 'kazaam' in R: |
install.packages('kazaam', repos = c('https://wrathematics.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 7 years agofrom:4371c4c509. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-linux-x86_64 | OK | Nov 01 2024 |
Exports:collapsecolMeanscolSumscorcovDataData<-DATA<-expandis.shaqlm_coefslogistic.fitncolNCOLncol.localnormnrowNROWnrow.localpoisson.fitprintqr_Qqr_Rranshaqreg.fitscaleshaqshowsvd
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Tall Matrices | kazaam-package |
Arithmetic Operators | *,numeric,shaq-method *,shaq,numeric-method *,shaq,shaq-method +,numeric,shaq-method +,shaq,numeric-method +,shaq,shaq-method -,numeric,shaq-method -,shaq,numeric-method -,shaq,shaq-method /,numeric,shaq-method /,shaq,numeric-method /,shaq,shaq-method arithmetic |
subsetting | bracket [,shaq-method [<-,shaq-method |
cbind | cbind.shaq |
Column Operations | colMeans,shaq-method colSums,shaq-method col_ops |
collapse | collapse |
Covariance and Correlation | cor,shaq-method cov cov,shaq-method |
Matrix Multiplication | crossprod crossprod,shaq-method |
expand | expand |
getters | Data Data,shaq-method getters length,shaq-method NCOL,shaq-method ncol,shaq-method ncol.local ncol.local,shaq-method NROW,shaq-method nrow,shaq-method nrow.local nrow.local,shaq-method |
Generalized Linear Model Fitters | glms logistic.fit poisson.fit reg.fit |
is.shaq | is.shaq |
Linear Model Coefficients | lm_coefs |
Matrix Multiplication | %*%,shaq,matrix-method matmult |
norm | norm norm,shaq,ANY-method |
Principal Components Analysis | prcomp prcomp.shaq |
print print,shaq-method show,shaq-method | |
QR Decomposition Methods | qr qr_Q qr_R |
ranshaq | ranshaq |
Scale | scale scale,shaq,logical,logical-method |
setters | DATA<- Data<- DATA<-,shaq-method Data<-,shaq-method setters |
shaq | shaq shaq.matrix shaq.numeric |
Class shaq | shaq-class |
svd | svd svd,shaq-method |