SiGraph: sulcal graphs


sigraph::LearnParam Struct Reference

#include <si/model/learnParam.h>

Collaboration diagram for sigraph::LearnParam:

Public Member Functions

 LearnParam ()
 
 ~LearnParam ()
 
 LearnParam (const LearnConstParam &lp)
 
LearnParamoperator= (const LearnConstParam &lp)
 la clique, la liste et le graphe sont partagés, outp et class_id sont copiés
 

Public Attributes

Cliqueclique
 
Graphgraph
 
AdapDescrdescr
 
AdaptiveLeafadap
 
double outp
 
int class_id
 
int cycle
 

Detailed Description

Definition at line 37 of file learnParam.h.

Constructor & Destructor Documentation

◆ LearnParam() [1/2]

sigraph::LearnParam::LearnParam ( )
inline

Definition at line 49 of file learnParam.h.

References adap, clique, descr, and graph.

◆ ~LearnParam()

sigraph::LearnParam::~LearnParam ( )
inline

Definition at line 51 of file learnParam.h.

◆ LearnParam() [2/2]

sigraph::LearnParam::LearnParam ( const LearnConstParam & lp)
inline

Definition at line 52 of file learnParam.h.

References operator=().

Member Function Documentation

◆ operator=()

LearnParam & sigraph::LearnParam::operator= ( const LearnConstParam & lp)
inline

Member Data Documentation

◆ adap

AdaptiveLeaf* sigraph::LearnParam::adap

Definition at line 42 of file learnParam.h.

Referenced by LearnParam(), sigraph::LearnConstParam::operator=(), and operator=().

◆ class_id

int sigraph::LearnParam::class_id

Definition at line 45 of file learnParam.h.

Referenced by sigraph::LearnConstParam::operator=(), and operator=().

◆ clique

Clique* sigraph::LearnParam::clique

Definition at line 39 of file learnParam.h.

Referenced by LearnParam(), sigraph::LearnConstParam::operator=(), and operator=().

◆ cycle

int sigraph::LearnParam::cycle

Definition at line 46 of file learnParam.h.

Referenced by sigraph::LearnConstParam::operator=(), and operator=().

◆ descr

AdapDescr* sigraph::LearnParam::descr

Definition at line 41 of file learnParam.h.

Referenced by LearnParam(), sigraph::LearnConstParam::operator=(), and operator=().

◆ graph

Graph* sigraph::LearnParam::graph

Definition at line 40 of file learnParam.h.

Referenced by LearnParam(), sigraph::LearnConstParam::operator=(), and operator=().

◆ outp

double sigraph::LearnParam::outp

Definition at line 44 of file learnParam.h.

Referenced by sigraph::LearnConstParam::operator=(), and operator=().


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