I have been touching on the subject of machine learning out of curiosity, and I have found this weird notation:
if 'f' is a function that does something and 'a' and 'b' are variables, then what does f(a|b) mean?
I know the pipe symbol (|) stands for an OR operation in binary logic, and can stand for the absolute value of a quanitity, the magnitude of a vector, or even the determinant of a matrix. But, I have never seen it been used as such inside a function, except now.
Any help is appreciated.