I am using python sklearn's one-class svm classifier for anomaly detection. I would like to know can I accurately calculate the required value for nu and gamma for rbf kernel. Is there any equation or theory to calculate nu and gamma according to dataset?
Asked
Active
Viewed 719 times
1 Answers
0
No, there is not. An informed choice can be given by properly cross-validated fine tuning.

Firebug
- 15,262
- 5
- 60
- 127