So, I have to build this classification 'tree' of 6 levels using tags from the image domain and the video domain, so that I can classify better. The problem is I don't understand how as this is not really my area of knowledge.
We denote the tag collection and their correlations as N = {ni} and E = {ei,j |ni, nj ∈ N}, where
e(i,j) = e(i,j . e(i,j)/e(i,j)+ e(i,j)
is the harmonic-mean of the correlations between concept i and j , normalized such that (sigma)(e(i,j))=(sigma)(e(i,j)YT)=1
My question is how am I to calculate the correlation between two tags, all the correlation examples I have seen so far are for sets of data? Also how do I normalize such that the sum is equal to 1?
Any help is appreciated. Thanks!