| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
_DEV__doc__ = """Possibly revert back to inherit from Projecti
|
|||
__doc__ = enhancedDocString('ProcrusteanMapper', locals(), Pro
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
_scaling Either to determine the scaling factor |
|||
|
_scale Estimated scale |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Initialize the ProcrusteanMapper
:Parameters:
scaling: bool
Scale data for the transformation (no longer rigid body
transformation)
reflection: bool
Allow for the data to be reflected (so it might not be a rotation).
Effective only for non-oblique transformations
reduction: bool
If true, it is allowed to map into lower-dimensional
space. Forward transformation might be suboptimal then and reverse
transformation might not recover all original variance
oblique: bool
Either to allow non-orthogonal transformation -- might heavily overfit
the data if there is less samples than dimensions. Use `oblique_rcond`.
oblique_rcond: float
Cutoff for 'small' singular values to regularize the inverse. See
:class:`~numpy.linalg.lstsq` for more information.
|
|
|
|
|||
_DEV__doc__
|
__doc__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:28 2012 | http://epydoc.sourceforge.net |