In a machine learning paper I'm reading, I came across the following notation:
In our experiments we parameterize these potential functions as an exponential of a linear scoring function
$\Phi(a_{i-1},a_i,\mathbf{x},\mathbf{y}) = \operatorname{exp}\Lambda\cdot\mathbf{f}(a_{i-1},a_i,\mathbf{x},\mathbf{y})$
where $\mathbf{f}$ is a vector of feature functions...
What does the "$\operatorname{exp}\Lambda\cdot$" notation mean?