Struct OneVarThresDescr::Elem

Nested Relationships

This struct is a nested type of Class OneVarThresDescr.

Struct Documentation

struct Elem

Structure to store threshold details.

Public Members

float Thres

Threshold value.

std::unique_ptr<StringInt> ListPat

List of pattern indices.

int CountPatDiscr

Count of patterns for discretization.

std::shared_ptr<Elem> Next

Pointer to the next element.