max of a summation

208 Views Asked by At

I have a nooby question regarding the max of a summation. How does one read the following:

$$ max \sum_{u \in V} log(Pr(N_{s}(u) | f(u))$$

Does the summation not just return a single value? If it does then how are you supposed to take a max from that?

1

There are 1 best solutions below

0
On BEST ANSWER

In the paper there is a subscript $f$ under the $\max$, so it is finding the function $f$ out of some collection of functions that maximizes the sum.