Skip to content

mnf documentation examples use invalid call signature #59

@tboggs

Description

@tboggs

In the following lines of the spectral.mnf doc string, data should be added as the first argument:

>>> denoised = mnfr.denoise(snr=10)

>>> # Reduce dimensionality, retaining NAPC components where SNR >= 10.
>>> reduced = mnfr.reduce(snr=10)

>>> # Reduce dimensionality, retaining top 50 NAPC components.
>>> reduced = mnfr.reduce(num=50)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions