aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_base.h')
-rw-r--r--include/gensvm_base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gensvm_base.h b/include/gensvm_base.h
index ded0149..390a9b6 100644
--- a/include/gensvm_base.h
+++ b/include/gensvm_base.h
@@ -87,9 +87,6 @@ struct GenModel {
///< error matrix
double *H;
///< Huber weighted error matrix
- double *R;
- ///< 0-1 auixiliary matrix, this matrix is n x K, with for row i a 0 on
- ///< column y[i]-1, and 1 everywhere else.
double *rho;
///< vector of instance weights
double training_error;