-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
53 lines (52 loc) · 1.23 KB
/
NAMESPACE
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Generated by roxygen2: do not edit by hand
S3method("[",local_ortho_diss)
S3method(plot,mbl)
S3method(plot,ortho_projection)
S3method(predict,ortho_projection)
S3method(print,local_fit)
S3method(print,local_ortho_diss)
S3method(print,mbl)
S3method(print,ortho_projection)
export(cor_diss)
export(dissimilarity)
export(f_diss)
export(get_predictions)
export(local_fit_gpr)
export(local_fit_pls)
export(local_fit_wapls)
export(mbl)
export(mbl_control)
export(ortho_diss)
export(ortho_projection)
export(pc_projection)
export(pls_projection)
export(search_neighbors)
export(sid)
export(sim_eval)
import(Rcpp)
import(data.table)
import(foreach)
import(grDevices)
import(graphics)
import(iterators)
import(lifecycle)
import(mathjaxr)
importFrom(graphics,barplot)
importFrom(lifecycle,deprecate_soft)
importFrom(magrittr,"%>%")
importFrom(stats,bw.nrd0)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,density)
importFrom(stats,diffinv)
importFrom(stats,model.extract)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.fail)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,sd)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(resemble)