Weather casting with Machine Learning (SVM and SRNN).

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

Revision:
5:b61f3f5b0fc8
Parent:
3:5add3759e08a
--- a/main.hpp	Thu Feb 19 13:53:12 2015 +0000
+++ b/main.hpp	Thu Feb 19 19:21:16 2015 +0000
@@ -33,7 +33,6 @@
 extern float* new_predict_data;        // 現在の予測結果
 extern int*   new_predict_weather;     // 現在の予測天気
 extern float* new_predict_probability; // 現在の予測天気の確率(厳密には,確率ではない...)
-
-extern int open_count;
+extern float* srnn_sample_queue;       // SRNNのサンプルキュー
 
 #endif /* MAIN_H_INCLUDED */
\ No newline at end of file