Was looking for a function which returns a one diamensional SimpleMatrix giving the mean.
Using EJML, is there a quick way to find mean of columns of a matrix?
348 views Asked by Sreekumar KJ At
1
Was looking for a function which returns a one diamensional SimpleMatrix giving the mean.
Unfortunately there isn't a built in function to do that. This should do the trick though: