diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2013-08-06 18:55:30 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2013-08-06 18:55:30 +0200 |
| commit | c6796c81c7d781e1a5b2cea0961d213e61070081 (patch) | |
| tree | e3934c54fba808079d32d04a0f4d1fafa096de5b /include | |
| parent | Added prediction script and model i/o. (diff) | |
| download | gensvm-c6796c81c7d781e1a5b2cea0961d213e61070081.tar.gz gensvm-c6796c81c7d781e1a5b2cea0961d213e61070081.zip | |
changed the update to ensure instances are iterated over once
Diffstat (limited to 'include')
| -rw-r--r-- | include/libMSVMMaj.h | 3 |
1 files changed, 1 insertions, 2 deletions
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); |
