Module lfa::approximators

source ·
Expand description

Module for efficient dot product abstractions used by LFA.

Structs

Weight-Projection evaluator with pair (f64, f64) output.
Weight-Projection evaluator with scalar f64 output.
Weight-Projection evaluator with triple (f64, f64, f64) output.
Weight-Projection evaluator with vector Vector<f64> output.

Traits

An interface for function approximators.