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

Public Member Functions | |
| LearnConstParam () | |
| ~LearnConstParam () | |
| LearnConstParam (const struct LearnParam &lp) | |
| LearnConstParam & | operator= (const LearnParam &lp) |
| LearnConstParam & | operator= (const LearnConstParam &lp) |
| la clique, la liste et le graphe sont partagés, outp et class_id sont copiés | |
Public Attributes | |
| const Clique * | clique |
| Graph * | graph |
| AdapDescr * | descr |
| AdaptiveLeaf * | adap |
| double | outp |
| int | class_id |
| int | cycle |
Definition at line 15 of file learnParam.h.
|
inline |
Definition at line 27 of file learnParam.h.
References adap, clique, descr, and graph.
Referenced by operator=().
|
inline |
Definition at line 29 of file learnParam.h.
|
inline |
Definition at line 30 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 74 of file learnParam.h.
References adap, class_id, clique, cycle, descr, graph, LearnConstParam(), and outp.
|
inline |
Definition at line 59 of file learnParam.h.
References adap, sigraph::LearnParam::adap, class_id, sigraph::LearnParam::class_id, clique, sigraph::LearnParam::clique, cycle, sigraph::LearnParam::cycle, descr, sigraph::LearnParam::descr, graph, sigraph::LearnParam::graph, outp, and sigraph::LearnParam::outp.
Referenced by LearnConstParam().
| AdaptiveLeaf* sigraph::LearnConstParam::adap |
Definition at line 20 of file learnParam.h.
Referenced by LearnConstParam(), operator=(), operator=(), and sigraph::LearnParam::operator=().
| int sigraph::LearnConstParam::class_id |
Definition at line 23 of file learnParam.h.
Referenced by operator=(), operator=(), and sigraph::LearnParam::operator=().
| const Clique* sigraph::LearnConstParam::clique |
Definition at line 17 of file learnParam.h.
Referenced by LearnConstParam(), operator=(), operator=(), and sigraph::LearnParam::operator=().
| int sigraph::LearnConstParam::cycle |
Definition at line 24 of file learnParam.h.
Referenced by operator=(), operator=(), and sigraph::LearnParam::operator=().
| AdapDescr* sigraph::LearnConstParam::descr |
Definition at line 19 of file learnParam.h.
Referenced by LearnConstParam(), operator=(), operator=(), and sigraph::LearnParam::operator=().
| Graph* sigraph::LearnConstParam::graph |
Definition at line 18 of file learnParam.h.
Referenced by LearnConstParam(), operator=(), operator=(), and sigraph::LearnParam::operator=().
| double sigraph::LearnConstParam::outp |
Definition at line 22 of file learnParam.h.
Referenced by operator=(), operator=(), and sigraph::LearnParam::operator=().