Dear Researchers,
I use one-class-classification for training with positive samples and I use Libsvm library. I want to know is true for testing one-class-classification with two class or must be to test separately. for example, test with positive samples then test with negative samples.
I use test positive and negative samples with together but all of my predict labels are approximately 1 and few predict labels are -1. why?
Thanks