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_tab.html | 300 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 300 insertions(+) create mode 100644 Doc/html/class_option_tab.html (limited to 'Doc/html/class_option_tab.html') diff --git a/Doc/html/class_option_tab.html b/Doc/html/class_option_tab.html new file mode 100644 index 0000000..92a85df --- /dev/null +++ b/Doc/html/class_option_tab.html @@ -0,0 +1,300 @@ + + + + + + +Implémentation de l'algorithme de rétropagation sur un réseau neuronal: OptionTab Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
Implémentation de l'algorithme de rétropagation sur un réseau neuronal +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
OptionTab Class Reference
+
+
+ + + + + + + + + + + + + + + + + + +

+Public Member Functions

 OptionTab ()
 
void addOption (const Option &opt)
 
void printOptions () const
 
int getOptionID (const std::string &opt) const
 
Type::TypeEnum getArgument (const std::string &opt) const
 
std::string getRaccour (const std::string &opt) const
 
+std::string getTypeOption (const std::string &opt) const
 
std::string getIntitul (const std::string &opt) const
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
OptionTab::OptionTab ()
+
+

Constructeur par défauts OptionTab::OptionTab

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void OptionTab::addOption (const Optionopt)
+
+

Ajoute une option OptionTab::AddOption

Parameters
+ + +
opt[description]
+
+
+ +
+
+ +
+
+ + + + + + + + +
Type::TypeEnum OptionTab::getArgument (const std::string & opt) const
+
+

OptionTab::GetArgument

Parameters
+ + +
optNom de l'option
+
+
+
Returns
Argument de cette option
+ +
+
+ +
+
+ + + + + + + + +
std::string OptionTab::getIntitul (const std::string & opt) const
+
+

OptionTab::getIntitul

Parameters
+ + +
optNom de l'option
+
+
+
Returns
Intitulé de cette option
+ +
+
+ +
+
+ + + + + + + + +
int OptionTab::getOptionID (const std::string & opt) const
+
+

OptionTab::GetOptionID

Parameters
+ + +
optNom de l'option
+
+
+
Returns
ID de cette option
+ +
+
+ +
+
+ + + + + + + + +
std::string OptionTab::getRaccour (const std::string & opt) const
+
+

OptionTab::getRaccour

Parameters
+ + +
optNom de l'option
+
+
+
Returns
Raccourci de cette option
+ +
+
+ +
+
+ + + + + + + +
void OptionTab::printOptions () const
+
+

Affiche les options OptionTab::PrintOptions

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.2.3