File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212from ..decoding ._covs_ged import _xdawn_estimate
1313from ..decoding ._mod_ged import _xdawn_mod
1414from ..decoding .base import _GEDTransformer
15- from ..utils import _validate_type
15+ from ..utils import _validate_type , fill_doc
1616
1717
18+ @fill_doc
1819class XdawnTransformer (_GEDTransformer ):
1920 """Implementation of the Xdawn Algorithm compatible with scikit-learn.
2021
@@ -24,7 +25,7 @@ class XdawnTransformer(_GEDTransformer):
2425 response with respect to the non-target response. This implementation is a
2526 generalization to any type of event related response.
2627
27- .. note:: _XdawnTransformer does not correct for epochs overlap. To correct
28+ .. note:: XdawnTransformer does not correct for epochs overlap. To correct
2829 overlaps see ``Xdawn``.
2930
3031 Parameters
@@ -68,7 +69,6 @@ class XdawnTransformer(_GEDTransformer):
6869
6970 .. versionadded:: 1.10
7071
71-
7272 Attributes
7373 ----------
7474 classes_ : array, shape (n_classes)
You can’t perform that action at this time.
0 commit comments