Crate relearn_derive

Source

Derive Macrosยง

FeatureSpace
Derive relearn::spaces::FeatureSpace for a struct as a Cartesian product space of its fields.
FiniteSpace
Derive relearn::spaces::FiniteSpace for a struct as a Cartesian product space of its fields.
Indexed
Derive relearn::spaces::Indexed for an enum without internal data.
LogElementSpace
Derive relearn::spaces::LogElementSpace for a struct.
NonEmptySpace
Derive relearn::spaces::NonEmptySpace for a struct as a Cartesian product space of its fields.
ProductSpace
Derive Space and other space traits for a struct as a Cartesian product space of its fields.
SampleSpace
Derive relearn::spaces::SampleSpace for a struct as a Cartesian product space of its fields.
Space
Derive relearn::spaces::Space for a struct as a Cartesian product space of its fields.
SubsetOrd
Derive relearn::spaces::SubsetOrd for a struct as a Cartesian product space of its fields.