This is just a shortcut so a class can select which type of kernel is used. If you directly call one of the specific fitters (hessian or svd), you may never use this. Reimplemented in my_svd_fit. Definition at line 605 of file fitting_toolkit.py. 00605 : 00606 "override this to select which fitting kernel is being used" 00607 self.hessian_compute_fit(lm_lambda) 00608 ##
|