#include <marking.hh>

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

Public Member Functions

template<class F = concepts::Real>
 AMarking (const concepts::Estimator< F > &estimator, uint no)
 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 47 of file marking.hh.

Constructor & Destructor Documentation

◆ AMarking()

template<class F = concepts::Real>
estimator::AMarking::AMarking ( const concepts::Estimator< F > &  estimator,
uint  no 
)
inline

Marking strategy just marks the cells with theta*100% most error appearence.

Definition at line 54 of file marking.hh.

Member Function Documentation

◆ info()

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

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 82 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