From 0c6f694ea4c6612111ad4ccd0406255c7770fa8c Mon Sep 17 00:00:00 2001 From: gurkenhabicht Date: Mon, 14 May 2018 23:30:32 +0200 Subject: [PATCH] ff --- bin/ANSI_C_Implementation/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ANSI_C_Implementation/README.MD b/bin/ANSI_C_Implementation/README.MD index 65aa2f7..55c2ff9 100644 --- a/bin/ANSI_C_Implementation/README.MD +++ b/bin/ANSI_C_Implementation/README.MD @@ -16,4 +16,4 @@ This little piece of code compares 3 different implementations of a least mean s Greyscale PPM files can be used for input at this iteration. Output will be genreeated as .txt file with predicted value genereated by the filter and its error value as well as given actual value from the PPM file. Furthermore there is an output as an svg graph to compare the implementatiosn on a visual level. Just open __graphResults.html__. You can hide graphs by clicking on its name for better visibility. -Use `$ lms -h` for help. +Use `$ ./lms -h` for help.