Firstly, apologies needed for my math description if it does not sound right.
I have come across a paper where I saw a summation notation with a max function in it which I am little confused to understand. The formula is as follows:
$$\sum_{i=1}^{Ncm}\max_{i\le j\le k}\left\{\frac{n_{ij}}{n_i}\right\}$$
The context of the above formula - It is a purity function and it is used to evaluate whether the quality of detection of communities is good. You can know more from Here
Here, $N_{cm}$ represents the number of detected communities, $n_{ij}$ refers to the number of nodes belonging to topic j and community i, $n_{i}$ refers to the number of nodes in community i. k is the number of topics in the network.
Now, can anyone please guide me thorough about how can I break this notation with numbers and understand it correctly. Thanks.
$$\frac{n_{ii}}{n_i},\frac{n_{i,i+1}}{n_i},\frac{n_{i,i+2}}{n_i},\ldots,\frac{n_{ik}}{n_i};;$$
the value of the expression is the sum of these choices. Without more context that’s all I can tell you.
– Brian M. Scott May 14 '16 at 15:02