diff --git a/layer_multi.c b/layer_multi.c index 0bd1cb2..6e86f18 100644 --- a/layer_multi.c +++ b/layer_multi.c @@ -15,8 +15,6 @@ int MAX_EPOCHE = 10000; */ int tipo = 2; -void stampa_risultati(Percettrone); - void main() { srand(time(NULL)); diff --git a/layer_singolo b/layer_singolo index 365abc2..5379335 100755 Binary files a/layer_singolo and b/layer_singolo differ diff --git a/layer_singolo.c b/layer_singolo.c index 7518fe5..4f3ad15 100644 --- a/layer_singolo.c +++ b/layer_singolo.c @@ -12,7 +12,7 @@ int MAX_EPOCHE = 10000; 4: NOR 5: XNOR */ -int tipo = 4; +int tipo = 1; void stampa_risultati(Percettrone); void sleep_ms(int); diff --git a/tempCodeRunnerFile.c b/tempCodeRunnerFile.c deleted file mode 100644 index 7d105a7..0000000 --- a/tempCodeRunnerFile.c +++ /dev/null @@ -1 +0,0 @@ --3 \ No newline at end of file