Exemplo n.º 1
0
 public static NDArray mean(NDArray np, int axis = -1)
 {
     return(np.mean(axis));
 }