# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
PNMF_EucDistC <- function(X, W_init, tol, maxIter, verboseN, zerotol) {
.Call('_scPNMF_PNMF_EucDistC', PACKAGE = 'scPNMF', X, W_init, tol, maxIter, verboseN, zerotol)
}
PNMF_KLC <- function(X, W_init, tol, maxIter, verboseN, zerotol) {
.Call('_scPNMF_PNMF_KLC', PACKAGE = 'scPNMF', X, W_init, tol, maxIter, verboseN, zerotol)
}
DPNMFC <- function(X, W_init, tol, maxIter, verboseN, zerotol, Xord, clunum, mu, lambda) {
.Call('_scPNMF_DPNMFC', PACKAGE = 'scPNMF', X, W_init, tol, maxIter, verboseN, zerotol, Xord, clunum, mu, lambda)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.