
Function to compute a record's Maximal Matching Set (MMS) based on a single linkage structure
mms(lambda, record)
The linkage structure
A vector of records
Computes a records MMS
# NOT RUN {
lambda <- matrix(c(1,1,2,2,3,3),ncol=3)
record <- c(1,10,3,5,20,2)
mms(lambda=lambda, record=record)
# }
Run the code above in your browser using DataLab