Struct RuleProcessing::Saved

Nested Relationships

This struct is a nested type of Class RuleProcessing.

Struct Documentation

struct Saved

Structure to store a saved rule along with its carried examples and a pointer to the next saved rule.

Public Members

std::shared_ptr<DimlpRule> OneRule

Pointer to a rule.

std::shared_ptr<StringInt> Carried

Pointer to carried examples.

std::shared_ptr<Saved> Next

Pointer to the next saved rule.