Struct lfa::projection::RBFNetwork [] [src]

pub struct RBFNetwork { /* fields omitted */ }

Radial basis function network projector.

Methods

impl RBFNetwork
[src]

[src]

[src]

Trait Implementations

impl Clone for RBFNetwork
[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 RBFNetwork
[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