Search code examples
c++csvmlda

How do i classify a signal by using LDA


I am using LDA algorithm to classify a signal, how can i do that with multiple classes ? I have read some references but don't get the result. I I've looked example code at link

but it doesn't have explicit classifier part for me!


Solution

  • You can use OpenCV to keep doing this.