Weather casting with Machine Learning (SVM and SRNN).

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

Revision:
6:29d393d430d0
Parent:
5:b61f3f5b0fc8
--- a/main.cpp	Thu Feb 19 19:21:16 2015 +0000
+++ b/main.cpp	Sun Feb 22 01:06:19 2015 +0000
@@ -208,7 +208,7 @@
         now_time = time(NULL);
         local_time_p = localtime(&now_time);
         // センサ読み込み, 機械学習, 予測データセット
-        read_task(NULL);
+        //read_task(NULL);
         ml_task(NULL);
         write_predict_task(NULL);
         ml_flag = 0;