Search Results for

    Show / Hide Table of Contents

    Class observe::Observable

    Observable Interface.

    An observable can be reset and allows recoding of values with individual weights (the default weight being 1.0). Depending on the type of the observable, it will keep track of the last recorded value, the mean since the last reset or a full histogram of values (see implementations).

    Inheritance
    utils::Component
    observe::Observable
    observe::Average
    observe::Batched
    observe::Constant
    observe::LogBatched
    observe::Milestone
    observe::Windowed
    Inherited Members
    configure
    render
    ~Component
    Component
    get_status
    param
    get_class_name

    Methods

    ~Observable()

    Declaration
    virtual observe::Observable::~Observable()

    reset()

    Declaration
    virtual void observe::Observable::reset()=0

    record()

    Declaration
    void observe::Observable::record(double value)

    record()

    Declaration
    void observe::Observable::record(int value)

    record()

    Declaration
    void observe::Observable::record(size_t value)

    record()

    Declaration
    virtual void observe::Observable::record(double value, double weight)=0
    In This Article
    Back to top Generated with Doxygen and DocFX