SiGraph: sulcal graphs


emptyAvoidLearner.h
Go to the documentation of this file.
1
2#ifndef SI_LEARNER_EMPTYAVOIDLEARNER_H
3#define SI_LEARNER_EMPTYAVOIDLEARNER_H
4
5
7#include <sys/types.h>
8#include <regex.h>
9
10
11namespace sigraph
12{
13
18 {
19 public:
20 EmptyAvoidLearner( bool allowsChildren=true,
21 const std::string & synt="empty_avoid_learner" );
23
24 virtual void process(LearnParam *lp);
25 virtual void process(LearnConstParam *lp);
26 virtual bool checkClique( const Clique* cl, double & outp );
27 };
28
29}
30
31#endif
32
Classe Clique.
Definition clique.h:35
ConstLearner(bool allowsChildren=true, const std::string &synt="const_learner")
virtual bool checkClique(const Clique *cl, double &outp)
EmptyAvoidLearner(bool allowsChildren=true, const std::string &synt="empty_avoid_learner")
virtual void process(LearnParam *lp)
Cette version de process() opérant sur des cliques non-const doit être redéfinie par les classes dérivées: on n...
virtual void process(LearnConstParam *lp)
Apprentissage sur une clique constante.