-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
43 lines (42 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
42
43
# Generated by roxygen2: do not edit by hand
export(accuracy.MC)
export(accuracy.kfold)
export(accuracy.plot)
export(assign.MC)
export(assign.X)
export(assign.kfold)
export(assign.matrix)
export(check.loci)
export(compile.data)
export(membership.plot)
export(read.Genepop)
export(read.Structure)
export(reduce.allele)
import(foreach)
import(ggplot2)
import(stringr)
importFrom(MASS,lda)
importFrom(caret,createFolds)
importFrom(doParallel,registerDoParallel)
importFrom(e1071,naiveBayes)
importFrom(e1071,svm)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(randomForest,importance)
importFrom(randomForest,randomForest)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(stats,model.matrix)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,xtabs)
importFrom(tree,tree)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)