Last active
January 30, 2016 19:07
-
-
Save denpatin/21c5c292380f10b51316 to your computer and use it in GitHub Desktop.
Simplified genre-definition formula from master thesis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A = \| a_{ij} \|, i = 1, \dotsc, j = 1, \dotsc, 4, | |
A_i = ( a_{i1}, a_{i2}, a_{i3}, a_{i4} ), | |
M_k = \{ m_{ik} = | a_{ik} - a_{i1} | : m_{ik} = \min_{j=2, \dotsc, 4}( |a_{ij} - a_{i1}| ), i = 1, \ldots\}, | |
P_k = \frac{ card(M_k) }{ \sum\limits_{k=2}^{4} card(M_k) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment