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
7
8
9namespace sigraph
10{
11
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
Classe Clique.
Definition clique.h:35
virtual double constrainedNoiseOLT(Clique *cl, double &outp, const std::set< std::string > &significantLabels, const std::string &voidLabel)
OneLabelTrier(const std::string &syntax)
virtual double constrainedNoise(Clique *cl, double &outp, const std::set< std::string > &significantLabels, const std::string &voidLabel)