mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
docs: Imporoved Documentation in neural_network.cpp (#1331)
This commit is contained in:
parent
3206660bcd
commit
981f781d09
@ -826,7 +826,10 @@ static void test() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Driver Code */
|
/**
|
||||||
|
* @brief Main function
|
||||||
|
* @returns 0 on exit
|
||||||
|
*/
|
||||||
int main() {
|
int main() {
|
||||||
// Testing
|
// Testing
|
||||||
test();
|
test();
|
||||||
|
Loading…
Reference in New Issue
Block a user