Simple matching coefficient

The Simple Matching Coefficient (SMC) is a statistic used for comparing the similarity and diversity of sample sets.[1]

Given two objects, A and B, each with n binary attributes, SMC is defined as:

 SMC = {\text{Number of Matching Attributes}\over \text{Number of Attributes}} = {{M_{00}+M_{11}}\over{M_{00}+M_{01}+M_{10}+M_{11}}}

Where:

M_{11} represents the total number of attributes where A and B both have a value of 1.
M_{01} represents the total number of attributes where the attribute of A is 0 and the attribute of B is 1.
M_{10} represents the total number of attributes where the attribute of A is 1 and the attribute of B is 0.
M_{00} represents the total number of attributes where A and B both have a value of 0.

See also

Notes


This article is issued from Wikipedia - version of the Friday, March 13, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.