2#ifndef SI_LEARNER_CONSTLEARNER_H
3#define SI_LEARNER_CONSTLEARNER_H
23 const std::string & synt=
"const_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.
ConstLearner(bool allowsChildren=true, const std::string &synt="const_learner")
Learner(bool allowsChildren, const std::string &synt="")
Constructeur protégé.