-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 779 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 779 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
# Generated by roxygen2: do not edit by hand
S3method(as.character,dnf)
S3method(as.character,mip_rule)
S3method(as.data.frame,errorlocation)
S3method(as.expression,dnf)
S3method(print,dnf)
S3method(print,mip_rule)
S3method(print,summary.errorlocation)
export(add_noise)
export(errors_removed)
export(expand_weights)
export(inspect_mip)
export(is_categorical)
export(is_conditional)
export(is_linear)
export(locate_errors)
export(miprules)
export(replace_errors)
exportClasses(ErrorLocalizer)
exportClasses(FHLocalizer)
exportClasses(MipRules)
exportClasses(errorlocation)
exportMethods(locate_errors)
exportMethods(replace_errors)
import(methods)
import(parallel)
import(validate)
importFrom(lpSolveAPI,"dimnames<-.lpExtPtr")
importFrom(stats,runif)
importFrom(stats,setNames)