-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
executable file
·37 lines (36 loc) · 1.1 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
export(calculate_branch_feature_importance)
export(calculate_branching_point_feature_importance)
export(calculate_cell_feature_importance)
export(calculate_milestone_feature_importance)
export(calculate_overall_feature_importance)
export(calculate_waypoint_feature_importance)
export(fi_caret)
export(fi_ranger_rf)
export(fi_ranger_rf_lite)
export(fi_ranger_rf_tiny)
import(dplyr)
importFrom(dynutils,expand_matrix)
importFrom(dynutils,is_sparse)
importFrom(dynwrap,add_waypoints)
importFrom(dynwrap,get_expression)
importFrom(dynwrap,is_wrapper_with_trajectory)
importFrom(dynwrap,is_wrapper_with_waypoints)
importFrom(methods,formalArgs)
importFrom(purrr,"%>%")
importFrom(purrr,invoke)
importFrom(purrr,keep)
importFrom(purrr,list_modify)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,set_names)
importFrom(ranger,ranger)
importFrom(reshape2,acast)
importFrom(reshape2,melt)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)