aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libMSVMMaj.h3
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);