MneExperiment
Dot product
ndvar (NDVar) – Second NDVar, has to have at least the dimension dim.
NDVar
dim
dims (Union[str, Sequence[str], None]) – Dimension(s) over which to compute the dot product (default is the last dimension shared with ndvar).
Union
str
Sequence
None
ndvar
name (Optional[str]) – Name of the output NDVar (default is ndvar.name).
Optional
ndvar.name
Examples
Compute the first 6 DSS components:
>>> to_dss, from_dss = dss(x) >>> x_dss_6 = to_dss[:6].dot(x, 'sensor')
Union[NDVar, Var, float]
Var
float