Weather casting with Machine Learning (SVM and SRNN).

Dependencies:   EthernetInterface GraphicHandler NTPClient SRNN SVM SensorModule mbed-rtos mbed

Revision:
5:b61f3f5b0fc8
Parent:
2:20ecfe6edd71
--- a/ml_util/ml_util.hpp	Thu Feb 19 13:53:12 2015 +0000
+++ b/ml_util/ml_util.hpp	Thu Feb 19 19:21:16 2015 +0000
@@ -3,7 +3,7 @@
 
 #include "mbed.h"
 
-/* float.h がないので, FLT_MAXをここで */
+/* float.h がないので, FLT_MAXをここで...と思ったらあるみたいなことを誰かが言ってた */
 #ifndef FLT_MAX
 #define FLT_MAX  (0x1.fffffeP127F)      // float max
 #endif