| matchingScore_C {ludic} | R Documentation | 
Fast C++ computation of the final posterior probabilities in the E-M Winkler's method
Description
matchingScore_C_sparse_big implements a version using sparse matrices. It has a better 
management of memory but is a little bit slower (indicated for big matrices)
Usage
matchingScore_C(agreemat, m, u, nA, nB)
matchingScore_C_sparse_big(mat_A, mat_B, m, u)
Arguments
| agreemat | binary sparse matrix of dimensions  | 
| m | vector of length  | 
| u | vector of length  | 
| nA | integer indicating the number of observations to be matched. | 
| nB | integer indicating the number of observations to be matched with. | 
| mat_A | a  | 
| mat_B | a  | 
[Package ludic version 0.2.0 Index]