SiGraph: sulcal graphs


sigraph::Noiser Class Referenceabstract

Bruiteur de clique. More...

#include <si/learner/noiser.h>

Inheritance diagram for sigraph::Noiser:
Collaboration diagram for sigraph::Noiser:

Public Member Functions

virtual ~Noiser ()
 
virtual void process (LearnParam *lp)
 Effectue l'apprentissage, récursivement en transmettant aux enfants.
 
- Public Member Functions inherited from sigraph::Learner
virtual ~Learner ()
 
virtual void process (LearnConstParam *lp)
 Apprentissage sur une clique constante.
 
virtual void getVectors (LearnParam *lp)
 
virtual void getVectors (LearnConstParam *lp)
 
- Public Member Functions inherited from Tree
 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
 
- Public Member Functions inherited from carto::SyntaxedObject< PropertySet >
 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)
 
- Public Member Functions inherited from BaseTree
 BaseTree (bool allowsChildren=true)
 
virtual ~BaseTree ()
 
const std::list< BaseTree * > & children () const
 
bool getAllowsChildren () const
 
BaseTreegetChildAt (unsigned childIndex) const
 
int getIndex (BaseTree *node) const
 
BaseTreegetParent () const
 
BaseTreegetTopParent ()
 
const BaseTreegetTopParent () 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
 

Protected Member Functions

 Noiser (const std::string &syntax="noiser")
 
virtual double noise (Clique *cl, double &outp)=0
 Retourne la distance de changement si la clique a changé, 0 sinon.
 
- Protected Member Functions inherited from sigraph::Learner
 Learner (bool allowsChildren, const std::string &synt="")
 Constructeur protégé.
 

Additional Inherited Members

- Public Types inherited from carto::SyntaxedObject< PropertySet >
typedef internal::SyntaxedObjectSwitch< T, SUPERSUBCLASS(Interface, T)>::ContentType ContentType
 
- Public Types inherited from BaseTree
typedef std::list< BaseTree * >::iterator iterator
 
typedef std::list< BaseTree * >::const_iterator const_iterator
 
typedef std::list< BaseTree * >::reverse_iterator reverse_iterator
 
typedef std::list< BaseTree * >::const_reverse_iterator const_reverse_iterator
 

Detailed Description

Bruiteur de clique.

Definition at line 14 of file noiser.h.

Constructor & Destructor Documentation

◆ ~Noiser()

virtual sigraph::Noiser::~Noiser ( )
virtual

◆ Noiser()

sigraph::Noiser::Noiser ( const std::string & syntax = "noiser")
protected

Member Function Documentation

◆ noise()

virtual double sigraph::Noiser::noise ( Clique * cl,
double & outp )
protectedpure virtual

Retourne la distance de changement si la clique a changé, 0 sinon.

Implemented in sigraph::FoldNoiser, and sigraph::LabelsChanger.

◆ process()

virtual void sigraph::Noiser::process ( LearnParam * lp)
virtual

Effectue l'apprentissage, récursivement en transmettant aux enfants.

Implements sigraph::Learner.


The documentation for this class was generated from the following file: