Commit Graph

  • b51ec793c3 adding README Ian Barber 2010-03-06 00:30:41 +00:00
  • 509fcd5325 adding README Ian Barber 2010-03-06 00:29:55 +00:00
  • 7e43bdf700 adding README Ian Barber 2010-03-06 00:29:00 +00:00
  • 78cee35435 modified training data array format Ian Barber 2010-03-05 23:16:17 +00:00
  • 3602488615 adding support for weights on training Ian Barber 2010-03-05 20:27:52 +00:00
  • e1c2fa6465 adding some validation around kernel types Ian Barber 2010-03-05 19:14:55 +00:00
  • 49b73799f8 bad file handling Ian Barber 2010-03-05 19:02:59 +00:00
  • eb64c708d8 tidying up Ian Barber 2010-03-05 18:42:50 +00:00
  • c4a6951ef4 Crossvalidation working Ian Barber 2010-03-05 18:27:20 +00:00
  • 1cf7112697 initial push of cross validate changes - note that there still are some mem leak problems, and the cross validate stuff isnt quite working Ian Barber 2010-03-04 23:08:12 +00:00
  • 6538ab9847 initial push of cross validate changes - note that there still are some mem leak problems, and the cross validate stuff isnt quite working Ian Barber 2010-03-04 23:08:08 +00:00
  • bf0a0ced6d fixing regression tests Ian Barber 2010-03-04 16:26:42 +00:00
  • 092a8bf5b2 Merge branch 'master' of git://github.com/mkoppanen/php-svm Ian Barber 2010-03-04 16:15:10 +00:00
  • 48c21b0431 adding more kernel tests Ian Barber 2010-03-04 16:14:50 +00:00
  • 8582ccc1b9 Added test for array training Mikko Koppanen 2010-03-01 20:53:32 +00:00
  • 293f6a4917 Training from array. Might be better in separate method Mikko Koppanen 2010-03-01 20:51:22 +00:00
  • cd8b1ddf85 Fix mem alloc errors Mikko Koppanen 2010-03-01 09:24:21 +00:00
  • 3007a4f884 adding regression test Ian Barber 2010-03-01 08:39:47 +00:00
  • 8a8ffaee80 merging mikkos changes, updating tests, and tweaking memory alloc issue Ian Barber 2010-03-01 08:37:34 +00:00
  • b7acb60f5c Moved all the model related functionality to SvmModel class Mikko Koppanen 2010-02-28 23:05:29 +00:00
  • f7112ca752 Fix crash when saving when model does not exist Mikko Koppanen 2010-02-28 22:32:28 +00:00
  • d741c3fb29 fix mem issue with regression Ian Barber 2010-02-28 15:46:16 +00:00
  • 064fb09273 Fix compiler warnings Mikko Koppanen 2010-02-28 15:04:26 +00:00
  • 0892402e61 remove double semicolon Mikko Koppanen 2010-02-28 14:55:39 +00:00
  • 6ca41d9974 remove unused variable Mikko Koppanen 2010-02-28 14:36:20 +00:00
  • 05c4dfa2a4 Fix compiler warnings. Convert to long/double when array is used Mikko Koppanen 2010-02-28 14:35:35 +00:00
  • 54ebe2536a fixing labels Ian Barber 2010-02-28 14:21:02 +00:00
  • a1b13d746e set labels in problem Ian Barber 2010-02-28 13:44:26 +00:00
  • 8ee19ec4e5 merging mikkos changes Ian Barber 2010-02-28 13:35:49 +00:00
  • ae990be8ea merging mikkos changes Ian Barber 2010-02-28 13:32:39 +00:00
  • d1ecda0ef5 remove clone Mikko Koppanen 2010-02-27 22:42:42 +00:00
  • 10ff5d0c41 Added back gamma correction Mikko Koppanen 2010-02-27 17:57:58 +00:00
  • 260a4e41ff some small notes Ian Barber 2010-02-27 17:41:43 +00:00
  • dc0c6838c5 Some cleanups Mikko Koppanen 2010-02-27 17:30:38 +00:00
  • 58a532fe61 Close the stream properly. Enforce safe mode checking Mikko Koppanen 2010-02-27 14:48:43 +00:00
  • 0313aaf536 C-style comments Mikko Koppanen 2010-02-27 14:46:43 +00:00
  • 201f9a1c3e Training now uses an array as the intermediate format. Still needs tons of cleanup Mikko Koppanen 2010-02-27 14:45:46 +00:00
  • 2a491e8e5c fixing regression Ian Barber 2010-02-26 17:43:49 +00:00
  • 51d90bd5f4 update x-space comment Ian Barber 2010-02-26 12:43:08 +00:00
  • b43b9deb5a just some comments Ian Barber 2010-02-26 12:37:16 +00:00
  • 3aa0502e19 changing get options Ian Barber 2010-02-26 12:26:54 +00:00
  • 40074ab604 renaming setoptions to match other tests Ian Barber 2010-02-26 12:16:43 +00:00
  • febae393a5 merging mikkos setoptions Ian Barber 2010-02-26 12:15:20 +00:00
  • 0c9fe00042 Added setOptions body. Added test for setOptions Mikko Koppanen 2010-02-25 19:27:37 +00:00
  • 797adbce8c clean up Mikko Koppanen 2010-02-25 18:46:44 +00:00
  • 441c795e87 adding parameter retrieval Ian Barber 2010-02-25 08:27:10 +00:00
  • 180fbe58e6 adding parameter retrieval Ian Barber 2010-02-25 08:20:51 +00:00
  • e0a7e6083d adding code changes Ian Barber 2010-02-24 22:41:11 +00:00
  • 214b885307 deleting renamed tests Ian Barber 2010-02-24 22:39:36 +00:00
  • 54f67f5b94 adding fixed based on MK feedback; Ian Barber 2010-02-24 22:37:43 +00:00
  • 8b6b305958 some tweaks based on feedback from Mikko Ian Barber 2010-02-24 17:02:02 +00:00
  • 19e50d4192 first commit Ian Barber 2010-02-24 15:29:27 +00:00