The Growing Book

A Formal Model for MAWC Operations

A MAWC operation has one (or two) expressions as arguments, and also returns an expression.  In other words, both the input and the output are MAWC tagged documents.

MATCH operator

The MATCH operation, mt(f1{O1, O2, …, On}, f2{O1, O2, …, Om}) extracts from f2{O1, O2, …, Om} all the objects Oi that are similar to  f1{O1, O2, …, On} with respect to the threshold t.

 

     mt(f1{O1, O2, …, On}, f2{O1, O2, …, Om}) = f2{O1, O2, …, Om}

     where Oi in {O1, O2, …, Om} is similar to f1{O1, O2, …, On} with respect to the threshold t.