Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sklearn/covariance/_robust_covariance.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,10 @@ class MinCovDet(EmpiricalCovariance):
location_ : ndarray of shape (n_features,)
Estimated robust location.

For an example of comparing raw robust estimates with
the true location and covariance, refer to
:ref:`sphx_glr_auto_examples_covariance_plot_robust_vs_empirical_covariance.py`.

covariance_ : ndarray of shape (n_features, n_features)
Estimated robust covariance matrix.

Expand Down