2#ifndef SI_LEARNER_LEARNER_H
3#define SI_LEARNER_LEARNER_H
6#include <graph/tree/tree.h>
38 Learner(
bool allowsChildren,
const std::string & synt=
"" );
Tree(bool allowChildren=true, const std::string &str="")
virtual void getVectors(LearnParam *lp)
virtual void process(LearnParam *lp)=0
Effectue l'apprentissage, récursivement en transmettant aux enfants.
Learner(bool allowsChildren, const std::string &synt="")
Constructeur protégé.
virtual void process(LearnConstParam *lp)
Apprentissage sur une clique constante.