diff options
Diffstat (limited to 'include')
| -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 e13deb9..72371df 100644 --- a/include/gensvm_base.h +++ b/include/gensvm_base.h @@ -140,6 +140,8 @@ struct GenModel { //eigendecomposition. long max_iter; ///< maximum number of iterations of the algorithm + int status; + ///< status of the model after training }; /** |
