Struct lfa::basis::adaptive::IFDD

source ·
pub struct IFDD<P: Projector<[f64]>> {
    pub base: P,
    pub features: Vec<Feature>,
    /* private fields */
}

Fields§

§base: P§features: Vec<Feature>

Implementations§

Trait Implementations§

Project data from an input space onto the basis.
Project data from an input space onto the basis and convert into a raw, dense vector. Read more
The data representation of the space.
Return the dimensionality of the space.
Return the number of elements in the set composing the space.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.