| Home | Trees | Indices | Help |
|
|---|
|
|
Partial Least Square SVD
This node has been automatically generated by wrapping the ``scikits.learn.pls.PLSSVD`` class
from the ``sklearn`` library. The wrapped instance can be accessed
through the ``scikits_alg`` attribute.
Simply perform a svd on the crosscovariance matrix: X'Y
The are no iterative deflation here.
**Parameters**
X: array-like of predictors, shape (n_samples, p)
Training vector, where n_samples in the number of samples and
p is the number of predictors. X will be centered before any analysis.
Y: array-like of response, shape (n_samples, q)
Training vector, where n_samples in the number of samples and
q is the number of response variables. X will be centered before any
analysis.
n_components: int, number of components to keep. (default 2).
scale: boolean, scale X and Y (default True)
**Attributes**
x_weights_: array, [p, n_components]
X block weights vectors.
y_weights_: array, [q, n_components]
Y block weights vectors.
x_scores_: array, [n_samples, n_components]
X scores.
y_scores_: array, [n_samples, n_components]
Y scores.
See also
PLSCanonical
CCA
|
|||
|
|||
|
|||
| list |
|
||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Inherited from Cumulator | |||
|---|---|---|---|
|
|||
|
|||
| Inherited from Node | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| bool |
|
||
|
|||
|
Inherited from |
|||
| Inherited from Node | |||
|---|---|---|---|
|
_train_seq List of tuples: |
|||
|
dtype dtype |
|||
|
input_dim Input dimensions |
|||
|
output_dim Output dimensions |
|||
|
supported_dtypes Supported dtypes |
|||
|
|||
Partial Least Square SVD
This node has been automatically generated by wrapping the ``scikits.learn.pls.PLSSVD`` class
from the ``sklearn`` library. The wrapped instance can be accessed
through the ``scikits_alg`` attribute.
Simply perform a svd on the crosscovariance matrix: X'Y
The are no iterative deflation here.
**Parameters**
X: array-like of predictors, shape (n_samples, p)
Training vector, where n_samples in the number of samples and
p is the number of predictors. X will be centered before any analysis.
Y: array-like of response, shape (n_samples, q)
Training vector, where n_samples in the number of samples and
q is the number of response variables. X will be centered before any
analysis.
n_components: int, number of components to keep. (default 2).
scale: boolean, scale X and Y (default True)
**Attributes**
x_weights_: array, [p, n_components]
X block weights vectors.
y_weights_: array, [q, n_components]
Y block weights vectors.
x_scores_: array, [n_samples, n_components]
X scores.
y_scores_: array, [n_samples, n_components]
Y scores.
See also
PLSCanonical
CCA
|
|
|
|
scikits.learn.pls.PLSSVD class
from the sklearn library. The wrapped instance can be accessed
through the scikits_alg attribute.
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1-MDP on Mon Apr 27 21:56:22 2020 | http://epydoc.sourceforge.net |