In my class notes both MPE (Minimum Probability of Error) and MAP (Maximum Aposteriori Probability) estimators are shown as:
$$h_{MPE}(\mathbf x) = posterior\ mode = arg\ max_{y\in Y}p(y|\mathbf x)$$ $$h_{MAP}(\mathbf x) = posterior\ mode = arg\ max_{y\in Y}p(y|\mathbf x)$$
So what's the difference between these? Do you just follow this same formula to determine either the MPE or MAP estimate?