-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·41 lines (40 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
export(aggregateTaxa)
export(changeDecisionsDummies)
export(compatibleNames)
export(decisionImportance)
export(decisions2FullDummy)
export(discretizeData)
export(discretizeData_model)
export(discretizeDecisions)
export(evaluateAlpha)
export(featureImportance)
export(filterDecisionsImportances)
export(getDecisionsMetrics)
export(getNetwork)
export(getThresholds)
export(model2DE)
export(model2DE_cluster)
export(model2DE_resampling)
export(plotFeatures)
export(plotNetwork)
export(preCluster)
export(pruneDecisions)
export(stabilitySelection)
import(caret)
import(clustermq)
import(data.table)
import(dplyr, except = c(union, as_data_frame, groups, combine, slice, filter, lag, last, first, between))
import(ggplot2, except = margin)
import(ggraph)
import(igraph, except = c(is_named, decompose, spectrum))
import(inTrees)
import(parallel)
import(randomForest, except = importance)
import(ranger)
import(rlang, except = ':=')
import(stats)
import(stringr)
import(tidyverse)
import(utils)
import(xgboost)