(undefined reference to "CvSVMParamas") what to do?
When I tryed to implement the "Introduction to Support Vector Machines", the following error occurs: - undefined reference to 'CvSVMParamas::CvSVMParams()'
Basicly anytime I use CvSVM::"something" an error occurs!!!
" undefined reference" means that you don't link to the right libraries.