Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 24 found.
[1] < 1 2 3 > [3]  Sort:

galeShapley.marriageMarket (Package: matchingR) : Gale-Shapley Algorithm: Stable Marriage Problem

This function computes the Gale-Shapley algorithm and finds a solution to the stable marriage problem.
● Data Source: CranContrib
● Keywords:
● Alias: galeShapley, galeShapley.marriageMarket
● 0 images

reprow (Package: matchingR) : Repeat each row of a matrix n times

This function repeats each row of a matrix n times
● Data Source: CranContrib
● Keywords:
● Alias: reprow
● 0 images

roommate.validate (Package: matchingR) : Input validation for one-sided markets

This function parses and validates the arguments for the function roommate. It returns the validates arguments. This function is called as part of roommate. Only one of the arguments needs to be provided.
● Data Source: CranContrib
● Keywords:
● Alias: roommate.validate
● 0 images

matchingR-deprecated (Package: matchingR) : Deprecated Functions in matchingR

These functions are provided for compatibility with older version of the matchingR package. Eventually, these functions will be removed.
● Data Source: CranContrib
● Keywords:
● Alias: checkPreferenceOrder, checkPreferenceOrderOnesided, checkStability, checkStabilityRoommate, checkStabilityTopTradingCycle, galeShapleyMatching, many2one, matchingR-deprecated, matchingR-deprecated-package, one2many, one2one, onesided, stableRoommateMatching, topTradingCycle, validateInputs, validateInputsOneSided
● 0 images

sortIndexOneSided (Package: matchingR) : Ranks elements with column of a matrix, assuming a one-sided market.

Returns the rank of each element with each column of a matrix. So, if row 34 is the highest number for column 3, then the first row of column 3 will be 34 – unless it is column 34, in which case it will be 35, to adjust for the fact that this is a single-sided market.
● Data Source: CranContrib
● Keywords:
● Alias: sortIndexOneSided
● 0 images

galeShapley.checkStability (Package: matchingR) : Check if a two-sided matching is stable

This function checks if a given matching is stable for a particular set of preferences. This stability check can be applied to both the stable marriage problem and the college admission problem. The function requires preferences to be specified in cardinal form. If necessary, the function rankIndex can be used to turn ordinal preferences into cardinal utilities.
● Data Source: CranContrib
● Keywords:
● Alias: galeShapley.checkStability
● 0 images

cpp_wrapper_galeshapley (Package: matchingR) : C++ wrapper for Gale-Shapley Algorithm

This function provides an R wrapper for the C++ backend. Users should not call this function directly and instead use galeShapley.marriageMarket or galeShapley.collegeAdmissions.
● Data Source: CranContrib
● Keywords:
● Alias: cpp_wrapper_galeshapley
● 0 images

roommate (Package: matchingR) : Compute matching for one-sided markets

This function computes the Irving (1985) algorithm for finding a stable matching in a one-sided matching market.
● Data Source: CranContrib
● Keywords:
● Alias: roommate
● 0 images

galeShapley.validate (Package: matchingR) : Input validation of preferences

This function parses and validates the arguments that are passed on to the Gale-Shapley Algorithm. In particular, it checks if user-defined preference orders are complete and returns an error otherwise. If user-defined orderings are given in terms of R indices (starting at 1), then these are transformed into C++ indices (starting at zero).
● Data Source: CranContrib
● Keywords:
● Alias: galeShapley.validate
● 0 images

galeShapley.collegeAdmissions (Package: matchingR) : Gale-Shapley Algorithm: College Admissions Problem

This function computes the Gale-Shapley algorithm and finds a solution to the college admissions problem. In the student-optimal college admissions problem, n students apply to m colleges, where each college has s slots.
● Data Source: CranContrib
● Keywords:
● Alias: galeShapley.collegeAdmissions
● 0 images