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

Public Member Functions | |
| LearnParam () | |
| ~LearnParam () | |
| LearnParam (const LearnConstParam &lp) | |
| LearnParam & | operator= (const LearnConstParam &lp) |
| la clique, la liste et le graphe sont partagés, outp et class_id sont copiés | |
Public Attributes | |
| Clique * | clique |
| Graph * | graph |
| AdapDescr * | descr |
| AdaptiveLeaf * | adap |
| double | outp |
| int | class_id |
| int | cycle |
Definition at line 37 of file learnParam.h.
|
inline |
|
inline |
Definition at line 51 of file learnParam.h.
|
inline |
Definition at line 52 of file learnParam.h.
References operator=().
|
inline |
la clique, la liste et le graphe sont partagés, outp et class_id sont copiés
Definition at line 90 of file learnParam.h.
References sigraph::LearnConstParam::adap, adap, sigraph::LearnConstParam::class_id, class_id, sigraph::LearnConstParam::clique, clique, sigraph::LearnConstParam::cycle, cycle, sigraph::LearnConstParam::descr, descr, sigraph::LearnConstParam::graph, graph, sigraph::LearnConstParam::outp, and outp.
Referenced by LearnParam().
| AdaptiveLeaf* sigraph::LearnParam::adap |
Definition at line 42 of file learnParam.h.
Referenced by LearnParam(), sigraph::LearnConstParam::operator=(), and operator=().
| int sigraph::LearnParam::class_id |
Definition at line 45 of file learnParam.h.
Referenced by sigraph::LearnConstParam::operator=(), and operator=().
| Clique* sigraph::LearnParam::clique |
Definition at line 39 of file learnParam.h.
Referenced by LearnParam(), sigraph::LearnConstParam::operator=(), and operator=().
| int sigraph::LearnParam::cycle |
Definition at line 46 of file learnParam.h.
Referenced by sigraph::LearnConstParam::operator=(), and operator=().
| AdapDescr* sigraph::LearnParam::descr |
Definition at line 41 of file learnParam.h.
Referenced by LearnParam(), sigraph::LearnConstParam::operator=(), and operator=().
| Graph* sigraph::LearnParam::graph |
Definition at line 40 of file learnParam.h.
Referenced by LearnParam(), sigraph::LearnConstParam::operator=(), and operator=().
| double sigraph::LearnParam::outp |
Definition at line 44 of file learnParam.h.
Referenced by sigraph::LearnConstParam::operator=(), and operator=().