pyntbci.gates.AggregateGate
- pyntbci.gates.AggregateGate(aggregate: str = 'mean') None[source]
Gate described by an aggregate function.
- Parameters:
aggregate (str (default: "mean")) – The aggregate function to use. Options: mean, median, sum, min, max.
- pyntbci.gates.classes_
The classes that can be predicted, of shape (n_classes), taken from the number of classes (second dimension) of the score matrix X passed to fit(), independent of which classes were observed in y.
- Type:
NDArray