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

+Public Member Functions

 Settings (char const *fileName)
 
int getNbrHiddenLayers ()
 
std::vector< int > * getArchi ()
 
std::vector< double > * getDifferentOutputs ()
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
Settings::Settings (char const * fileName)
+
+

Constructeur settings::settings

Parameters
+ + +
fileNameNom du fichier
+
+
+

Counter

+

Parser

+

strinsplit à partir du caractère ','

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
std::vector< int > * Settings::getArchi ()
+
+

settings::getArchi

Returns
Architecture
+ +
+
+ +
+
+ + + + + + + +
std::vector< double > * Settings::getDifferentOutputs ()
+
+

settings::getDifferentOutputs

Returns
DifferentOutputs
+ +
+
+ +
+
+ + + + + + + +
int Settings::getNbrHiddenLayers ()
+
+

settings::getNbrHiddenLayers

Returns
Nombre de Layers "caché"
+ +
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.2.3