-
Notifications
You must be signed in to change notification settings - Fork 110
/
NAMESPACE
86 lines (85 loc) · 2.4 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Generated by roxygen2: do not edit by hand
S3method(explain,character)
S3method(explain,data.frame)
S3method(explain,imagefile)
S3method(format,bitmap)
S3method(format,bitmap_list)
S3method(format,superpixel_list)
S3method(lime,character)
S3method(lime,data.frame)
S3method(lime,imagefile)
S3method(model_type,H2OModel)
S3method(model_type,WrappedModel)
S3method(model_type,default)
S3method(model_type,keras.engine.training.Model)
S3method(model_type,lda)
S3method(model_type,lime_classifier)
S3method(model_type,lime_regressor)
S3method(model_type,model_fit)
S3method(model_type,ranger)
S3method(model_type,train)
S3method(model_type,xgb.Booster)
S3method(predict_model,H2OModel)
S3method(predict_model,WrappedModel)
S3method(predict_model,default)
S3method(predict_model,keras.engine.training.Model)
S3method(predict_model,lda)
S3method(predict_model,model_fit)
S3method(predict_model,ranger)
S3method(predict_model,xgb.Booster)
export(.load_image_example)
export(.load_text_example)
export(as_classifier)
export(as_regressor)
export(default_tokenize)
export(explain)
export(interactive_text_explanations)
export(lime)
export(model_type)
export(plot_explanations)
export(plot_features)
export(plot_image_explanation)
export(plot_superpixels)
export(plot_text_explanations)
export(predict_model)
export(render_text_explanations)
export(slic)
export(text_explanations_output)
import(ggplot2)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,sparseMatrix)
importFrom(Rcpp,sourceCpp)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.count)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(glmnet,coef.glmnet)
importFrom(glmnet,cv.glmnet)
importFrom(glmnet,glmnet)
importFrom(gower,gower_dist)
importFrom(grDevices,as.raster)
importFrom(grDevices,rgb)
importFrom(methods,as)
importFrom(stats,coef)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,gaussian)
importFrom(stats,glm.fit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stringi,stri_count_words)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_split_boundaries)
importFrom(tools,file_ext)
importFrom(tools,toTitleCase)
importFrom(utils,head)
importFrom(utils,packageVersion)
useDynLib(lime)