features

webbci. features

Source:

Feature extraction methods

Methods

(static) logvar(window, dimensionopt)

Source:

Computes the log of the variance along the specified dimension

Parameters:
Name Type Attributes Default Description
window Array.<number> | Array.<Array.<number>>

The data

dimension string <optional>
null

If 'rows' or 'columns' passed, the features are calculated along that dimension

(static) rootMeanSquare(window, dimensionopt)

Source:

Computes the root mean square along the specified dimension

Parameters:
Name Type Attributes Default Description
window Array.<number> | Array.<Array.<number>>

The data

dimension string <optional>
null

If 'rows' or 'columns' passed, the features are calculated along that dimension