forked from jlaria/glasp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
S3method(linear_classification,data.frame)
S3method(linear_classification,default)
S3method(linear_classification,formula)
S3method(linear_classification,matrix)
S3method(linear_classification,recipe)
S3method(linear_regression,data.frame)
S3method(linear_regression,default)
S3method(linear_regression,formula)
S3method(linear_regression,matrix)
S3method(linear_regression,recipe)
S3method(predict,linear_classification)
S3method(predict,linear_regression)
export(binary_cross_entropy)
export(error_summary_CEN_surv)
export(glasp_model)
export(linear_classification)
export(linear_regression)
export(mean_squared_error)
export(simulate_CEN_surv_data)
export(simulate_dummy_linear_data)
export(simulate_dummy_surv_data)
export(vi_dist)
import(Rcpp)
import(methods)
import(parsnip)
importFrom("MASS","mvrnorm")
importFrom("clues","adjustedRand")
importFrom("fda.usc","fdata")
importFrom("fda.usc","int.simpson")
importFrom("stats","approx")
importFrom("stats","rexp")
importFrom("stats","rnorm")
importFrom("stats","runif")
importFrom("tibble","as_tibble")
useDynLib(glasp, .registration=TRUE)