#include <marking.hh>

Inheritance diagram for estimator::BMarking:
estimator::Marking concepts::OutputOperator

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>
estimator::BMarking::BMarking ( const concepts::Estimator< F > &  estimator,
concepts::Real  theta = 0.7 
)
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()

virtual std::ostream& estimator::BMarking::info ( std::ostream &  os) const
inlineprotectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 132 of file marking.hh.

◆ marks()

const concepts::Set<uint>& estimator::Marking::marks ( ) const
inlineinherited

Definition at line 17 of file marking.hh.

Member Data Documentation

◆ mark_

concepts::Set<uint> estimator::Marking::mark_
protectedinherited

Definition at line 19 of file marking.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich