简体   繁体   English

R中的双向匹配(无Java)

[英]Two-Sided Matching in R (without Java)

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. R package 匹配市场将是完美的,但由于安全问题,我的 IT 部门不允许在我的工作计算机上安装 Java 开发人员。 Is there a workaround or another R package that can do two-sided matching without the use of Java or C++?是否有解决方法或另一个 R package 可以在不使用 Java 或 C++ 的情况下进行双向匹配?

The Optimisation CRAN task view lists another package, 'matchingR' , that performs two-sided matching. Optimization CRAN 任务视图列出了另一个 package, 'matchingR' ,它执行双边匹配。 Give it a shot.试一试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM