Change des labels dans les cliques de sillons, prend des exemples loin des bons.
More...
|
| | FoldFarLabelsChanger () |
| |
| virtual | ~FoldFarLabelsChanger () |
| |
| virtual unsigned | randomGen (unsigned n) |
| | Tirer un nombre entre 0 et n inclus.
|
| |
| virtual double | constrainedNoise (Clique *cl, double &outp, const std::set< std::string > &significantLabels, const std::string &voidLabel) |
| |
| | FoldLabelsChanger () |
| |
| virtual | ~FoldLabelsChanger () |
| |
| virtual double | distance (Vertex *v, const std::string &oldlabel, const std::string &newlabel, CliqueCache *cc=0) |
| | Distance de l'exemple changé à celui d'origine.
|
| |
| virtual double | edgeDist (Vertex *v, const std::string &oldlabel, const std::string &newlabel, CliqueCache *cc) |
| | Distance de changement pour les relations.
|
| |
| virtual double | output (double outp, double dist) |
| | Conversion distance -> sortie d'apprentissage.
|
| |
| | LabelsChanger () |
| |
| virtual | ~LabelsChanger () |
| |
| virtual double | noise (Clique *cl, double &outp) |
| |
| virtual double | openNoise (Clique *cl, double &outp) |
| |
| template<class T> |
| void | intersection (const std::set< T > &s1, const std::set< T > &s2, std::set< T > &s3) const |
| | Intersection de sets.
|
| |
| virtual | ~Noiser () |
| |
| virtual void | process (LearnParam *lp) |
| | Effectue l'apprentissage, récursivement en transmettant aux enfants.
|
| |
| virtual | ~Learner () |
| |
| virtual void | process (LearnConstParam *lp) |
| | Apprentissage sur une clique constante.
|
| |
| virtual void | getVectors (LearnParam *lp) |
| |
| virtual void | getVectors (LearnConstParam *lp) |
| |
| | Tree (bool allowChildren=true, const std::string &str="") |
| |
| virtual | ~Tree () |
| |
| virtual void | accept (TreeVisitor &visitor) |
| |
| virtual void | const_accept (ConstTreeVisitor &visitor) const |
| |
| virtual bool | check (const carto::SyntaxSet &syntax, std::set< std::string > &missing) const |
| |
| std::set< Tree * > | getElementsWith (const std::string &, bool recurse=true) const |
| |
| std::set< Tree * > | getElementsWith (const std::string &, const T &, bool recurse=true) const |
| |
| virtual size_t | size () const __attribute__((__deprecated__)) |
| |
| virtual size_t | childrenSize () const |
| |
| | SyntaxedObject (const std::string &s) |
| |
| | SyntaxedObject (const SyntaxedObject &x) |
| |
| | SyntaxedObject (const SyntaxedObject< PropertySet > &x) |
| |
| | SyntaxedObject (const std::string &s) |
| |
| | SyntaxedObject (const SyntaxedObject &x) |
| |
| | SyntaxedObject (const SyntaxedObject< PropertySet > &x) |
| |
| | BaseTree (bool allowsChildren=true) |
| |
| virtual | ~BaseTree () |
| |
| const std::list< BaseTree * > & | children () const |
| |
| bool | getAllowsChildren () const |
| |
| BaseTree * | getChildAt (unsigned childIndex) const |
| |
| int | getIndex (BaseTree *node) const |
| |
| BaseTree * | getParent () const |
| |
| BaseTree * | getTopParent () |
| |
| const BaseTree * | getTopParent () const |
| |
| bool | isLeaf () const |
| |
| void | insert (BaseTree *child, int index=-1) |
| |
| void | remove (unsigned index) |
| |
| void | remove (BaseTree *node) |
| |
| void | removeFromParent () |
| |
| void | setParent (BaseTree *newParent) |
| |
| void | clear () |
| |
| const_iterator | begin () const |
| |
| const_iterator | end () const |
| |
| const_reverse_iterator | rbegin () const |
| |
| const_reverse_iterator | rend () const |
| |
|
| | FoldFarLabelsChanger (const std::string &syntax) |
| |
| | FoldLabelsChanger (const std::string &syntax) |
| |
| double | noiseFoldDescr (Clique *cl, double &outp, const std::set< std::string > &significantLabels, const std::string &voidLabel) |
| | Bruitage pour les anciens FoldDescr.
|
| |
| double | noiseFoldDescr2 (Clique *cl, double &outp, const std::set< std::string > &significantLabels, const std::string &voidLabel) |
| | Bruitage pour les nouveaux FoldDescr2.
|
| |
| double | noiseIFDescr (Clique *cl, double &outp, const std::set< std::string > &significantLabels, const std::string &voidLabel) |
| | Bruitage pour les anciens InterFoldDescr.
|
| |
| double | noiseIFDescr2 (Clique *cl, double &outp, const std::set< std::string > &significantLabels, const std::string &voidLabel) |
| | Bruitage pour les nouveaux InterFoldDescr2.
|
| |
| | LabelsChanger (const std::string &syntax) |
| |
| | Noiser (const std::string &syntax="noiser") |
| |
| | Learner (bool allowsChildren, const std::string &synt="") |
| | Constructeur protégé.
|
| |
Change des labels dans les cliques de sillons, prend des exemples loin des bons.
Definition at line 15 of file foldFarLabelsChanger.h.