aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gensvm_base.h4
1 files changed, 0 insertions, 4 deletions
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;