We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdba2a commit 314e6d3Copy full SHA for 314e6d3
src/skmatter/decomposition/_pcovc.py
@@ -210,9 +210,6 @@ class PCovC(LinearClassifierMixin, _BasePCov):
210
scale_z: bool
211
Whether Z is being scaled prior to eigendecomposition
212
213
- scale_z: bool
214
- Whether Z is being scaled prior to eigendecomposition
215
-
216
explained_variance_ : numpy.ndarray of shape (n_components,)
217
The amount of variance explained by each of the selected components.
218
Equal to n_components largest eigenvalues
0 commit comments