3

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?

Ferdi
  • 4,882
  • 7
  • 42
  • 62
nzck
  • 31
  • 1

1 Answers1

0

No, there is not. An informed choice can be given by properly cross-validated fine tuning.

Firebug
  • 15,262
  • 5
  • 60
  • 127