From c6796c81c7d781e1a5b2cea0961d213e61070081 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 6 Aug 2013 18:55:30 +0200 Subject: changed the update to ensure instances are iterated over once --- include/libMSVMMaj.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/libMSVMMaj.h b/include/libMSVMMaj.h index 6db1253..74f1e10 100644 --- a/include/libMSVMMaj.h +++ b/include/libMSVMMaj.h @@ -14,8 +14,7 @@ void calculate_huber(struct Model *model); double get_msvmmaj_loss(struct Model *model, struct Data *data, double *ZV); void msvmmaj_update(struct Model *model, struct Data *data, - int *ClassIdx, double *A, double *B, double *Omega, - double *ZAZ, double *ZAZV, double *ZAZVT); + double *B, double *ZAZ, double *ZAZV, double *ZAZVT); void step_doubling(struct Model *model); void main_loop(struct Model *model, struct Data *data); -- cgit v1.2.3