File: NAMESPACE

package info (click to toggle)
r-cran-rcppml 0.3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 368 kB
  • sloc: cpp: 1,134; sh: 13; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
useDynLib(RcppML)
import(Rcpp)
import(Matrix)
importFrom("methods", "as", "is", "canCoerce", "new")
importFrom("stats", "runif")
export(nnls)
export(project)
export(mse)
export(nmf)
export(bipartition)
export(dclust)
export(setRcppMLthreads)
export(getRcppMLthreads)