I'd like to know if there's some smart way of checking how many iterations it took for SVM training algorithm to finish process. I set some termiantaion criteria of max iterations and would like to check if it is reached or eps limit is reached.
1 | initial version |
I'd like to know if there's some smart way of checking how many iterations it took for SVM training algorithm to finish process. I set some termiantaion criteria of max iterations and would like to check if it is reached or eps limit is reached.