diff options
Diffstat (limited to 'include/gensvm_base.h')
| -rw-r--r-- | include/gensvm_base.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gensvm_base.h b/include/gensvm_base.h index f5f205f..16b7508 100644 --- a/include/gensvm_base.h +++ b/include/gensvm_base.h @@ -172,6 +172,8 @@ struct GenWork { ///< n x (K-1) working matrix for the Z * V calculation double *beta; ///< K-1 working vector for a row of the B matrix + long *yhat; + ///< n vector of predicted classes }; // function declarations |
