def compute_fit (   self,
  lm_lambda = None 
)

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     
    ##


Generated on Wed Nov 21 10:18:32 2007 for analysis by  doxygen 1.5.4