pyntbci.gates.DifferenceGate

pyntbci.gates.DifferenceGate(estimator: ClassifierMixin) None[source]

Gate described by classification of difference scores. Difference scores are defined as all differences between all pairs of classes.

Parameters:

estimator (ClassifierMixin) – The estimator used to classify difference scores.