Struct lfa::projection::Fourier [] [src]

pub struct Fourier { /* fields omitted */ }

Fourier basis projector.

Methods

impl Fourier
[src]

[src]

Trait Implementations

impl Clone for Fourier
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Projector<[f64]> for Fourier
[src]

[src]

Project data from an input space onto the basis.

[src]

Return the number of dimensions in the basis space.

[src]

Return the number of features in the basis space.

[src]

Return the maximum number of active features in the basis space.

[src]

Check for equivalence with another projector of the same type.

[src]

Project data from an input space onto the basis and convert into a raw, dense vector. Read more

[src]

Expand and normalise a given projection, and convert into a raw, dense vector. Read more