Questions tagged [ahp]

Use this tag for questions relating to software handling Analytic Hierarchy Process, which organizes analyses complex decisions, and can be supported by software systems. Use this tag for AHP related questions, e.g. those relating to the R package supporting AHP.

Analytic Hierarchy Process is a technique for organizing and analyzing complex systems.

Software supporting AHP:

18 questions
0
votes
1 answer

Creative loop for filling in data frame values based on other data frame values in R

For those familiar with the Analytical Hierarchy Process, this should be a little more intuitive... Use the following code to create the data.frame criteria : c <- 5 cri_names <- c("Applicability", "Deployment", "Scalability", "Ease-of-Use",…
bshelt141
  • 1,183
  • 15
  • 31
0
votes
3 answers

Does Java have a built-in library for Analytic Hierarchy Process(jAHP) and HTML parser?

I'm new to Java and would like to ask whether does Java has a built-in library for Analytic Hierarchy Process(AHP) and HTML parser? If there is what's library syntax? I've read somewhere there's lots of HTML parser for Java. Which is the best parser…
Poh Sun
  • 75
  • 1
  • 2
  • 11
1
2