-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
export(apply.AHP)
export(apply.ANP)
export(apply.ARAS)
export(apply.BORDA)
export(apply.BWM)
export(apply.CILOS)
export(apply.COCOSO)
export(apply.CODAS)
export(apply.COPELAND)
export(apply.COPRAS)
export(apply.CRADIS)
export(apply.CRITIC)
export(apply.DEMATEL)
export(apply.EDAS)
export(apply.ELECTRE1)
export(apply.FAHP)
export(apply.GRA)
export(apply.IDOCRIW)
export(apply.MABAC)
export(apply.MACBETH)
export(apply.MAIRCA)
export(apply.MARA)
export(apply.MARCOS)
export(apply.MAUT)
export(apply.MOORA)
export(apply.MOOSRA)
export(apply.MULTIMOORA)
export(apply.OCRA)
export(apply.OPA)
export(apply.ORESTE)
export(apply.PIV)
export(apply.PROMETHEE)
export(apply.PSI)
export(apply.RAFSI)
export(apply.REGIME)
export(apply.RIM)
export(apply.ROV)
export(apply.SAW)
export(apply.SBWM)
export(apply.SECA)
export(apply.SMART)
export(apply.SMCDM)
export(apply.SPOTIS)
export(apply.SRMP)
export(apply.TODIM)
export(apply.TOPSIS)
export(apply.VIKOR)
export(apply.WASPAS)
export(apply.WINGS)
export(apply.WISP)
export(apply.WSM_WPM)
export(apply.entropy)
export(apply.po.ranking)
export(generate.SPOTIS.bounds)
export(plot.AHP.decision.tree)
export(plot.spider)
export(read.csv.AHP.matrices)
export(read.csv.SBWM.matrices)
export(read.csv.SMCDM.matrices)
import(dplyr)
import(lpSolve)
import(matlib)
import(matrixStats)
import(nloptr)
import(pracma)