双边匹配在R中的实现(无需Java)

huangapple go评论63阅读模式
英文:

Two-Sided Matching in R (without Java)

问题

我需要运行一个双边匹配算法,将成员与主办办公室配对(基本上是医院/住院医生问题或大学入学问题)。R包matchingMarkets非常适合,但由于安全问题,我的IT部门不允许在我的工作计算机上安装Java开发人员。是否有变通方法或另一个可以在不使用Java或C ++的情况下进行双边匹配的R包?

英文:

I need to run a two-sided matching algorithm to place fellows with host offices (essentially the hospital/residents problem or the college admissions problem). The R package matchingMarkets would be perfect but due to security issues my IT department will not allow installation of a Java developer onto my work computer. Is there a workaround or another R package that can do two-sided matching without the use of Java or C++?

答案1

得分: 1

《优化* CRAN 任务视图](https://cran.r-project.org/web/views/Optimization.html) 列出了另一个包,‘matchingR’,该包执行双边匹配。不妨尝试一下。

英文:

The Optimisation CRAN task view lists another package, ‘matchingR’, that performs two-sided matching. Give it a shot.

huangapple
  • 本文由 发表于 2020年8月19日 02:01:44
  • 转载请务必保留本文链接:https://go.coder-hub.com/63474228.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定