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 367a1b2..f5f205f 100644 --- a/include/gensvm_base.h +++ b/include/gensvm_base.h @@ -142,6 +142,8 @@ struct GenModel { ///< maximum number of iterations of the algorithm int status; ///< status of the model after training + long seed; + ///< seed for the random number generator (-1 = random) }; /** |
