accuracy

compute accuracy comparing prediction y (histgram) to target t (id)

accuracy
(
Vy
Vt
)
(
Vy y
,
Vt t
)
if (
isVariable!Vy &&
isVariable!Vt
)

Meta