Scythe-1.0.3
|
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Calculate the mode of the columns of a Matrix. This function calculates the mode of the columns of a matrix by determining which value in a single column of the matrix occurs most frequently, and then looping over all columns.
References pow(). |