[][src]Module lfa::core

Module for common types and primitives used throughout the crate.

Re-exports

pub use self::Features::Dense as DenseFeatures;
pub use self::Features::Sparse as SparseFeatures;

Enums

EvaluationError
Features

Projected feature vector representation.

UpdateError

Traits

Approximator

An interface for function approximators.

Embedding
IntoVector
PairApproximator
Parameterised

An interface for types parameterised by a matrix of weights.

ScalarApproximator
TripleApproximator
VectorApproximator

Type Definitions

ActivationT
DenseT
EvaluationResult
IndexSet
IndexT
SparseT
UpdateResult