Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This message means that SVM with custom kernel does not support loading from file. You can try following things:

  1. use one of the standard kernels (obviously)
  2. implement your kernel as standard and optionally contribute it to the mainline
  3. set kernel to standard before saving to file and back to custom after loading from file (workaround)
  4. implement mechanism for saving/loading custom kernels with parameters (can be hard)