Multiset Pattern Relatedness Measure: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "__NOTOC__ " to "__NOTOC__ ") |
m (Text replacement - "]]↵----" to "]]. ----") |
||
Line 10: | Line 10: | ||
** [[String Pattern Relatedness]]. | ** [[String Pattern Relatedness]]. | ||
** an [[IDF Scoring Function]]. | ** an [[IDF Scoring Function]]. | ||
* <B>See:</B> [[PMI Measure]] | * <B>See:</B> [[PMI Measure]]. | ||
---- | ---- | ||
---- | ---- |
Latest revision as of 05:20, 28 November 2023
A Multiset Pattern Relatedness Measure is a relatedness measure for two or more multiset relations.
- AKA: Multiset Relation Similarity Scoring Function.
- Context:
- It can make use of a 2x2 Contingency Table, such as: [math]\displaystyle{ \begin{array}{c|cc|c} & pattern_2 & \neg pattern_2 & \\ \hline pattern_1 & n_{11} & n_{12} & n_{1p} \\ \neg pattern_1 & n_{21} & n_{22} & n_{2p} \\ \hline & n_{p1} & n_{p2} &n_{pp} \end{array} }[/math].
- Example(s):
- a PMI-based Measure.
- …
- Counter-Example(s):
- See: PMI Measure.