Home | Trees | Indices | Help |
---|
|
object --+ | Criterion
A class representing criterions such as : ..math: || y - H x ||^2 + sum_i \hypers_i || D_i x ||^2 Parameters ---------- H : LinearOperator Model. y : ndarray Data array. hypers: tuple or array Hypeparameter of each prior. Ds : tuple of LinearOperators Prior models. norms : tuple Can be norm2, huber, normp store : boolean (default: True) Store last criterion computation. Returns ------- Returns an Criterion instance with __call__ and gradient methods.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jun 2 17:46:15 2011 | http://epydoc.sourceforge.net |