forked from mlfit/mlfit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
S3method(as.flat_ml_fit_problem,fitting_problem)
S3method(as.flat_ml_fit_problem,flat_ml_fit_problem)
S3method(format,fitting_problem)
S3method(format,flat_ml_fit_problem)
S3method(format,ml_fit)
S3method(print,fitting_problem)
S3method(print,flat_ml_fit_problem)
S3method(print,ml_fit)
export(as.flat_ml_fit_problem)
export(compute_margins)
export(fitting_problem)
export(flatten_ml_fit_problem)
export(is.fitting_problem)
export(margin_to_df)
export(ml_fit)
export(ml_fit_dss)
export(ml_fit_entropy_o)
export(ml_fit_hipf)
export(ml_fit_ipu)
export(special_field_names)
export(toy_example)
import(dplyr)
import(methods)
importFrom(Matrix,Matrix)
importFrom(Matrix,sparse.model.matrix)
importFrom(Matrix,sparseMatrix)
importFrom(kimisc,coalesce.na)
importFrom(kimisc,export.list)
importFrom(kimisc,nlist)
importFrom(plyr,adply)
importFrom(plyr,d_ply)
importFrom(plyr,l_ply)
importFrom(plyr,laply)
importFrom(plyr,ldply)
importFrom(plyr,llply)
importFrom(stats,as.formula)
importFrom(stats,setNames)
importFrom(utils,head)
importMethodsFrom(Matrix,colSums)
importMethodsFrom(Matrix,diag)
importMethodsFrom(Matrix,rowSums)
importMethodsFrom(Matrix,t)
importMethodsFrom(Matrix,tcrossprod)