Skip to content

Releases: fated/mcsvm

v1.1

26 Nov 17:24

Choose a tag to compare

Updates in this release

  • Platt Scaling support added.
  • Cross Validation mode added.
  • Measurements of probabilistic performance added, including Brier score and Logarithmic loss.
  • Error statistics support added for both offline and cross validation mode.
  • Fix an error when reading in files with Windows line break \r\n.

v1.0

20 Nov 18:57

Choose a tag to compare

Features includes in this release

  • Crammer and Singer's Multi-Class Support Vector Machines.
  • Support SVMlight style data sets.
  • No need to type in dimensional info before reading in data sets.
  • Support Sigmoid kernel.
  • No need to translate classifier file.
  • Quiet mode supported.