estimator::BMarking Class Reference
#include <marking.hh>
Inheritance diagram for estimator::BMarking:
Public Member Functions | |
template<class F = concepts::Real> | |
BMarking (const concepts::Estimator< F > &estimator, concepts::Real theta=0.7) | |
Marking strategy just marks the cells with theta*100% most error appearence. More... | |
const concepts::Set< uint > & | marks () const |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Protected Attributes | |
concepts::Set< uint > | mark_ |
Detailed Description
Definition at line 95 of file marking.hh.
Constructor & Destructor Documentation
◆ BMarking()
template<class F = concepts::Real>
|
inline |
Marking strategy just marks the cells with theta*100% most error appearence.
Definition at line 102 of file marking.hh.
Member Function Documentation
◆ info()
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 132 of file marking.hh.
◆ marks()
|
inlineinherited |
Definition at line 17 of file marking.hh.
Member Data Documentation
◆ mark_
|
protectedinherited |
Definition at line 19 of file marking.hh.
The documentation for this class was generated from the following file:
- estimator/marking.hh