How to programmatically check if two classes are linear separable? (only yes/no answer)
Maybe I can train linear SVM on data(use parameters to overfit) and then run test on same data and if accuracy will be 100% dataset is linear separable.
How to programmatically check if two classes are linear separable? (only yes/no answer)
Maybe I can train linear SVM on data(use parameters to overfit) and then run test on same data and if accuracy will be 100% dataset is linear separable.