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
5
#include <
si/learner/terminalLearner.h
>
6
7
8
namespace
sigraph
9
{
10
13
class
StatLearner
:
public
TerminalLearner
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
sigraph::StatLearner::StatLearner
StatLearner(const std::string &synt="stats_learner")
sigraph::StatLearner::~StatLearner
virtual ~StatLearner()
sigraph::StatLearner::process
virtual void process(LearnConstParam *lp)
Apprentissage sur une clique constante.
sigraph::TerminalLearner::TerminalLearner
TerminalLearner(const std::string &synt="terminal_learner")
sigraph
Definition
descrParser.h:10
sigraph::LearnConstParam
Definition
learnParam.h:16
terminalLearner.h
si
learner
statLearner.h
Generated by
1.13.2