`ordinalRidge( ..., normalize = FALSE )` when set to `TRUE`, the flag will cause the function to normalize the input kernel matrix via: K_norm(x,y) = K(x,y) / sqrt( K(x,x) * K(y,y) )
ordinalRidge( ..., normalize = FALSE )when set to
TRUE, the flag will cause the function to normalize the input kernel matrix via:K_norm(x,y) = K(x,y) / sqrt( K(x,x) * K(y,y) )