SiGraph: sulcal graphs |
![]() |
#include <si/model/topModel.h>


Public Member Functions | |
| TopModel (carto::AttributedObject *parent=0) | |
| TopModel (const TopModel &tm) | |
| virtual | ~TopModel () |
| TopModel & | operator= (const TopModel &tm) |
Accès aux listes de labels significatifs | |
| std::set< std::string > & | significantLabels () |
| const std::set< std::string > & | significantLabels () const |
| const std::string & | voidLabel () const |
| void | setVoidLabel (const std::string &s) |
| virtual carto::AttributedObject * | parentAO () |
| virtual const carto::AttributedObject * | parentAO () const |
| void | setParentAO (carto::AttributedObject *newParent) |
| void | setMGraph (MGraph *mg) |
| const MGraph * | mGraph () const |
| MGraph * | mGraph () |
| double | weight () const |
| void | setWeight (double w) |
| virtual double | confidenceFactor () const |
| confidence factor generally used to weight the model output (different from weight() which is another additional factor) | |
IO | |
| std::string | _voidLabel |
| Label par défaut, qu'on attribue à tous les noeuds de label non reconnus. | |
| std::set< std::string > | _significantLabels |
| Liste des labels qui ont un sens pour le modèle. | |
| carto::AttributedObject * | _parentAO |
| double | _weight |
| Poids de l'élément dans le recuit. | |
| MGraph * | _mgraph |
| virtual void | buildTree (Tree &tr) const |
Definition at line 27 of file topModel.h.
|
inline |
Definition at line 83 of file topModel.h.
References _mgraph, _parentAO, and _weight.
Referenced by sigraph::TopAdaptive::doesOutputChange(), operator=(), TopModel(), sigraph::TopAdaptive::topModel(), and sigraph::TopAdaptive::topModel().
| sigraph::TopModel::TopModel | ( | const TopModel & | tm | ) |
References TopModel().
|
virtual |
|
virtual |
Reimplemented in sigraph::TopAdaptive.
|
inlinevirtual |
confidence factor generally used to weight the model output (different from weight() which is another additional factor)
Definition at line 57 of file topModel.h.
|
inline |
Definition at line 52 of file topModel.h.
References _mgraph.
|
inline |
Definition at line 51 of file topModel.h.
References _mgraph.
Referenced by sigraph::AdaptiveLeaf::prop().
References TopModel().
|
inlinevirtual |
Definition at line 45 of file topModel.h.
References _parentAO.
Referenced by sigraph::Model::graphObject(), and sigraph::Model::graphObject().
|
inlinevirtual |
Definition at line 46 of file topModel.h.
References _parentAO.
|
inline |
Definition at line 50 of file topModel.h.
References _mgraph.
|
inline |
Definition at line 48 of file topModel.h.
References _parentAO.
|
inline |
Definition at line 43 of file topModel.h.
References _voidLabel.
|
inline |
Definition at line 54 of file topModel.h.
References _weight.
|
inline |
Definition at line 37 of file topModel.h.
References _significantLabels.
|
inline |
Definition at line 39 of file topModel.h.
References _significantLabels.
|
inline |
Definition at line 41 of file topModel.h.
References _voidLabel.
|
inline |
Definition at line 53 of file topModel.h.
References _weight.
Referenced by sigraph::AdaptiveLeaf::prop().
|
protected |
Definition at line 74 of file topModel.h.
Referenced by mGraph(), mGraph(), setMGraph(), and TopModel().
|
protected |
Definition at line 71 of file topModel.h.
Referenced by parentAO(), parentAO(), setParentAO(), and TopModel().
|
protected |
Liste des labels qui ont un sens pour le modèle.
Definition at line 70 of file topModel.h.
Referenced by significantLabels(), and significantLabels().
|
protected |
Label par défaut, qu'on attribue à tous les noeuds de label non reconnus.
Definition at line 68 of file topModel.h.
Referenced by setVoidLabel(), and voidLabel().
|
protected |
Poids de l'élément dans le recuit.
Definition at line 73 of file topModel.h.
Referenced by setWeight(), TopModel(), and weight().