-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 927 Bytes
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Generated by roxygen2: do not edit by hand
S3method(coef,imr_fit)
S3method(print,imr_convergence)
S3method(print,imr_data)
S3method(print,imr_fit)
S3method(print,imr_similarity)
S3method(print,imr_tune_grid)
S3method(summary,imr_fit)
S3method(update,imr_data)
export(as_incomplete)
export(evaluate)
export(get_metric)
export(imr_convergence)
export(imr_data)
export(imr_fit)
export(imr_set_grid_limits)
export(imr_similarity)
export(imr_tune)
export(imr_tune_grid)
export(is_incomplete)
export(mc_with_means)
export(reconstruct)
export(reconstruct_partial)
export(svd_opt)
importClassesFrom(Matrix,dgCMatrix)
importFrom(Matrix,drop0)
importFrom(Rcpp,evalCpp)
importFrom(methods,as)
importFrom(methods,new)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,sd)
importFrom(utils,head)
importMethodsFrom(Matrix,t)
useDynLib(IMR, .registration = TRUE)