Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to have a hierarchy of alternatives besides a criteria hierarchy? #8

Open
mcf-rocha opened this issue Jan 1, 2017 · 1 comment

Comments

@mcf-rocha
Copy link

What if the car model/example I would like to add cars from others vendors besides Honda?
That would be the same in the "Choosing a Leader" example if we would like to have more candidates and group them according some characteristics.

In these two cases I would like to first rank such new characteristic (e.g. vendors) among themselves. Then I would rank the alternatives (e.g. cars/leaders) inside their groups. Finally I would apply the groups' weight to the weight of each alternative in order to get the final weight/priority.

I imagine all of it would be like adding "children" to each "alternative".

Does your R package support it in just 1 time run? Or I would need to run it 2 times and weight the results?

Thanks in advance, and congrats for the package!

@mcf-rocha mcf-rocha changed the title Is it possible to have an hierarchy of alternatives besides a criteria hierarchy? Is it possible to have a hierarchy of alternatives besides a criteria hierarchy? Jan 1, 2017
@gluc
Copy link
Owner

gluc commented Feb 27, 2017

Good question. I don't think the package supports this out of the box. The only thing I can think of right now is to create functions that return attributes as a function of which group an alternative is in. Not exactly what you had in mind, but you could achieve the same result.
Also, I don't think it would be super hard to build that into the package, though I am not sure that this is a frequent use case for practitioners. Though very open for pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants