diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-07-12 23:37:57 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-07-12 23:37:57 +0100 |
| commit | 19d98bb3d3ddf7c941c0d1e9df9e3614e0ccd68b (patch) | |
| tree | 58cac0e2c30b7971d187deab2701ee70657b74a9 /include/gensvm_base.h | |
| parent | Remove unused OPTFLAGS (diff) | |
| download | gensvm-master.tar.gz gensvm-master.zip | |
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 |
