Method |
{{ method }} |
Fit parameters |
{% if fit_params %}{% for key, value in fit_params.items() %}{{ key }}={{ value }} {% endfor %}{% else %}—{% endif %} |
Fit |
{% if fit_on %}{{ n_iter }} iterations on {{ fit_on }} ({{ n_samples }} samples){% else %}no{% endif %} |
{% if fit_on %}
ICA components |
{{ n_components }} |
Available PCA components |
{{ n_pca_components }} |
Channel types |
{{ ch_types|join(', ') }} |
ICA components marked for exclusion |
{% if excludes %}{{ excludes|join(' ' | safe) }}{% else %}—{% endif %} |
{% endif %}