SiGraph: sulcal graphs
oneLabelTrier.h
Go to the documentation of this file.
1
2
#ifndef SI_LEARNER_ONELABELTRIER_H
3
#define SI_LEARNER_ONELABELTRIER_H
4
5
6
#include <
si/fold/foldLabelsChanger.h
>
7
8
9
namespace
sigraph
10
{
11
14
class
OneLabelTrier
:
public
FoldLabelsChanger
15
{
16
public
:
17
OneLabelTrier
() :
FoldLabelsChanger
(
"one_label_trier"
) {}
18
virtual
~OneLabelTrier
() {}
19
20
virtual
double
constrainedNoise
(
Clique
* cl,
double
& outp,
21
const
std::set<std::string>
22
& significantLabels,
23
const
std::string & voidLabel );
24
virtual
double
constrainedNoiseOLT
(
Clique
* cl,
double
& outp,
25
const
std::set<std::string>
26
& significantLabels,
27
const
std::string & voidLabel );
28
29
protected
:
30
OneLabelTrier
(
const
std::string & syntax )
31
:
FoldLabelsChanger
( syntax ) {}
32
33
private
:
34
};
35
36
}
37
38
#endif
39
sigraph::Clique
Classe Clique.
Definition
clique.h:35
sigraph::FoldLabelsChanger::FoldLabelsChanger
FoldLabelsChanger()
Definition
foldLabelsChanger.h:17
sigraph::OneLabelTrier::~OneLabelTrier
virtual ~OneLabelTrier()
Definition
oneLabelTrier.h:18
sigraph::OneLabelTrier::constrainedNoiseOLT
virtual double constrainedNoiseOLT(Clique *cl, double &outp, const std::set< std::string > &significantLabels, const std::string &voidLabel)
sigraph::OneLabelTrier::OneLabelTrier
OneLabelTrier(const std::string &syntax)
Definition
oneLabelTrier.h:30
sigraph::OneLabelTrier::OneLabelTrier
OneLabelTrier()
Definition
oneLabelTrier.h:17
sigraph::OneLabelTrier::constrainedNoise
virtual double constrainedNoise(Clique *cl, double &outp, const std::set< std::string > &significantLabels, const std::string &voidLabel)
foldLabelsChanger.h
sigraph
Definition
descrParser.h:10
si
fold
oneLabelTrier.h
Generated by
1.13.2