Struct lfa::projection::TileCoding [] [src]

pub struct TileCoding<H: BuildHasher> { /* fields omitted */ }

Generalised tile coding scheme with hashing.

Methods

impl<H: BuildHasher> TileCoding<H>
[src]

[src]

Trait Implementations

impl<H: Clone + BuildHasher> Clone for TileCoding<H>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<H: BuildHasher> Projector<[f64]> for TileCoding<H>
[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