[][src]Module lfa::basis

Basis function representations used to generate Features.

Modules

kernels

Structs

Bias
Chebyshev

Chebyshev polynomial basis projector.

Closure
Fixed
Fourier

Fourier basis projector.

KernelBasis

Kernel-machine basis.

L0Normaliser

Apply L₀ normalisation to the output of a Basis instance.

L1Normaliser

Apply L₁ normalisation to the output of a Basis instance.

L2Normaliser

Apply L₂ normalisation to the output of a Basis instance.

LinfNormaliser

Apply L∞ normalisation to the output of a Basis instance.

Polynomial

Polynomial basis projector.

Prototype

Feature prototype used by the KernelBasis.

Stack

Stack the output of two Basis instances.

TileCoding

Generalised tile coding scheme with hashing.

UniformGrid

Fixed uniform basis.

Traits

Basis

Trait for functional bases.

Combinators
EnumerableBasis