SiGraph: sulcal graphs


statLearner.h
Go to the documentation of this file.
1
2#ifndef SI_LEARNER_STATLEARNER_H
3#define SI_LEARNER_STATLEARNER_H
4
6
7
8namespace sigraph
9{
10
14 {
15 public:
16 StatLearner( const std::string & synt="stats_learner" );
17 virtual ~StatLearner();
18
19 virtual void process(LearnConstParam *lp);
20 };
21
22}
23
24#endif
25
26
StatLearner(const std::string &synt="stats_learner")
virtual void process(LearnConstParam *lp)
Apprentissage sur une clique constante.
TerminalLearner(const std::string &synt="terminal_learner")