From 75182ca28c2b481420fe42e6fc469075ec6b4cdf Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 21 Feb 2017 18:32:35 -0500 Subject: Keep a status of training --- include/gensvm_base.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 }; /** -- cgit v1.2.3