mms: Function to compute a record's Maximal Matching Set (MMS)...

Description Usage Arguments Value Examples

View source: R/analyzeGibbs.R

Description

Function to compute a record's Maximal Matching Set (MMS) based on a single linkage structure

Usage

1
mms(lambda, record)

Arguments

lambda

The linkage structure

record

A vector of records

Value

Computes a records MMS

Examples

1
2
3
lambda <- matrix(c(1,1,2,2,3,3),ncol=3)
record <- c(1,10,3,5,20,2)
mms(lambda=lambda, record=record)

blink documentation built on Oct. 23, 2020, 6:43 p.m.