From 2c6c5a9b28deaeeaf36477e154afd5192a0bab0c Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 30 Sep 2016 20:16:10 +0200 Subject: remove unnecessary W and t matrices --- include/gensvm_base.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/gensvm_base.h') diff --git a/include/gensvm_base.h b/include/gensvm_base.h index 0366edf..ded0149 100644 --- a/include/gensvm_base.h +++ b/include/gensvm_base.h @@ -74,10 +74,6 @@ struct GenModel { ///< parameter for the Huber hinge function double lambda; ///< regularization parameter in the loss function - double *W; - ///< weight matrix - double *t; - ///< translation vector double *V; ///< augmented weight matrix double *Vbar; -- cgit v1.2.3