From b4c345e6a5fa929ba20eac19183b9c777055f52d Mon Sep 17 00:00:00 2001 From: Gaspard Coulet Date: Wed, 28 Apr 2021 23:12:36 +0200 Subject: Initial commit --- Doc/html/class_option.html | 326 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 326 insertions(+) create mode 100644 Doc/html/class_option.html (limited to 'Doc/html/class_option.html') diff --git a/Doc/html/class_option.html b/Doc/html/class_option.html new file mode 100644 index 0000000..647a282 --- /dev/null +++ b/Doc/html/class_option.html @@ -0,0 +1,326 @@ + + + + + + +Implémentation de l'algorithme de rétropagation sur un réseau neuronal: Option Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
Implémentation de l'algorithme de rétropagation sur un réseau neuronal +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Option Class Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 Option ()
 
Option (int id, const std::string &intitul, const std::string &m_rac, const Type::TypeEnum type, const std::string &m_description)
 
int getOptionID () const
 
Type::TypeEnum getOptionType () const
 
std::string getOptionInt () const
 
std::string getOptionRac () const
 
void setOptionType (Type::TypeEnum t)
 
void setOptionInt (std::string &intitul)
 
void setOptionRac (std::string &rac)
 
void print (std::ostream &os) const
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
Option::Option ()
+
+

Constructeur d'option vide Option::Option

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
int Option::getOptionID () const
+
+

Option::GetOptionId

Returns
ID de l'option
+ +
+
+ +
+
+ + + + + + + +
string Option::getOptionInt () const
+
+

Option::GetOptionInt

Returns
Intitulé de l'option
+ +
+
+ +
+
+ + + + + + + +
string Option::getOptionRac () const
+
+

Option::GetOptionRac

Returns
Raccourci de l'option
+ +
+
+ +
+
+ + + + + + + +
Type::TypeEnum Option::getOptionType () const
+
+

Option::GetOptionType

Returns
Type d'option
+ +
+
+ +
+
+ + + + + + + + +
void Option::print (std::ostream & os) const
+
+

Méthode d'affichage en complément de << print

Parameters
+ + +
osFlux
+
+
+ +
+
+ +
+
+ + + + + + + + +
void Option::setOptionInt (std::string & intitul)
+
+

Option::SetOptionInt

Parameters
+ + +
intitulNouveau Intitulé
+
+
+ +
+
+ +
+
+ + + + + + + + +
void Option::setOptionRac (std::string & rac)
+
+

Option::SetOptionRac

Parameters
+ + +
racNouveau Raccourci
+
+
+ +
+
+ +
+
+ + + + + + + + +
void Option::setOptionType (Type::TypeEnum t)
+
+

Option::SetOptionType

Parameters
+ + +
tNouveau type d'option
+
+
+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.2.3