Skip to content

ORSVM V1.0.5

Latest
Compare
Choose a tag to compare
@AmirHoseinHadian AmirHoseinHadian released this 28 Nov 19:53
· 10 commits to main since this release
b343168

Change log for release v1.0.5
New functions:

  • SaveTojason: output the fitting result to a Jason format file for later use.
  • LoadJason: Load previously fitted model
  • PredictwithJason: use previously fitted model to make prediction on new data.
  • KenrelMatrix: Returns only the kernel matrix for inspection.

New kernel(non orthogonal):

  • rbf kernel

Debug multiple issues