A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/rikenbit/dcTensor below:

rikenbit/dcTensor: R package for Discrete Matrix/Tensor Decomposition

dcTensor is an R package for Discrete Matrix/Tensor Decomposition. dcTensor provides the discretized version of matrix and tensor decomposition algorithms such as:

Here "discretized" means that the factor matrices extracted from the data are estimated with discretizing regularization, so that the values are binary (e.g., {0,1}) or ternary (e.g., {0,1,2}), as much as possible. Binary data analysis is recently featured in some data science domains such as market basket data, document-term data, Web click-stream data, DNA microarray expression profiles, or protein-protein complex interaction networks.

To install dcTensor from CRAN, type as follows:

install.packages("dcTensor")
Installation (for developers)

To install the latest dcTensor from GitHub, type as follows:

git clone https://github.com/rikenbit/dcTensor/
R CMD INSTALL dcTensor

or type the code below in the R console window

library(devtools)
devtools::install_github("rikenbit/dcTensor")

For the details of dcTensor's functions, see the help page of each function as follows.

library("dcTensor")

?toyModel
?dNMF
?dNMTF
?dSVD
?dsiNMF
?djNMF
?dPLS
?dNTF
?dNTD

If you have suggestions for how dcTensor could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4