-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.67 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
# Generated by roxygen2: do not edit by hand
S3method(derivative,factor)
S3method(derivative,numeric)
S3method(plot,ALE)
S3method(plot,AME)
S3method(plot,Intame)
S3method(plot,IntamePartition)
S3method(plot,PD)
S3method(plotPrediction,WrappedModel)
S3method(plotPrediction,default)
S3method(print,ALE)
S3method(print,Intame)
S3method(print,IntamePartition)
S3method(print,IntameThreshold)
S3method(print,PD)
S3method(summary,Intame)
export(aggregate_metric_parts)
export(compare_metric_values)
export(computeALE)
export(computeFE)
export(computePD)
export(derivative)
export(extract_metric_part_from_lm)
export(intame)
export(iterative_partition)
export(partition)
export(plotPrediction)
export(suggest_threshold)
importFrom(SimilarityMeasures,Frechet)
importFrom(checkmate,assert)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_choice)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_function)
importFrom(checkmate,assert_integerish)
importFrom(checkmate,assert_list)
importFrom(checkmate,assert_logical)
importFrom(checkmate,assert_numeric)
importFrom(checkmate,check_vector)
importFrom(checkmate,test_class)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rug)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(stats,.lm.fit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,weighted.mean)
importFrom(utils,combn)