One-Versus-Rest (OVR) and the One-Versus-One (OVO) LDA
Hello, I'm looking for a way to test a different LDA strategy than the standard One-off (or hand-out) method when trying to predict a categorical response with multiple classes. I'm particularly interested in the One-Versus-Rest (OVR) (also referred to as One-Versus-All or OVA) and the One-Versus-One (OVO) strategies. So, instead of using the default One-off LDA which seeks to solve the classica...