rPref is a new package for Skyline computation and some slight
generalizations (database preferences).
The Skyline of a dataset selects tuples which are Pareto-optimal with
respect to given optimization goals. Only those tuples are returned,
which are not dominated by any other tuple. A tuple dominates another
tuple if it is better than another tuple in all relevant dimensions
(strictly better at least in one dimension).
rPref offers efficient Skyline computation (algorithms are in C++) and
some related stuff (e.g. maxima of other preference orders, top-k
preference selection, some tools for visualization).
Find more information and examples at: http://www.p-roocks.de/rpref
Feel free to send a mail to me for suggestions, bug reports, etc.
Patrick
_______________________________________________
R-packages mailing list
r-packa...@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.