finished of correcting "int" to "size_t" to avoid nasty errors and

implement a test for SetWeights() function
This commit is contained in:
rluna
2019-01-04 17:47:13 +01:00
parent f152b3030b
commit 72f2688c7d
7 changed files with 29 additions and 28 deletions

View File

@@ -3,6 +3,7 @@
// Author : David Nogueira
//============================================================================
#include "MLP.h"
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
@@ -10,6 +11,7 @@
#include <fstream>
#include <vector>
#include <algorithm>
#include "easylogging++.h"