| pinvr
PINVR
PSEUDO-INVERSE REGRESSION (PCR)
[W,J,C] = PINVR(A,TYPE,PAR,EPS_TOL,MC,PD)
| Input | | A | Dataset | | TYPE | Type of the kernel (optional; default: 'p') | | PAR | Kernel parameter (optional; default: 1) | | EPS_TOL | Tolerance | | MC | Do or do not data mean-centering (optional; default: 1 (to do)) | | PD | Do or do not the check of the positive definiteness (optional; default: 1 (to do)) (not implemented) |
| Output | | W | Mapping | | J | Object identifiers of support objects |
See also
mappings, datasets, proxm, | This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|