#KAT service for IoT Data Analysis
This document provides an outline of the KAT server, an online data analysis tool that enables users with limited programming to use standard data analysis algorithms.
- URL: http://iot.ee.surrey.ac.uk:8081/AnalyseData
- POST request
- Specify the headers as shown in the figure below
- Send the Methods, Parameters and Link to the Data (DataPointer) to the server, as shown in the figure below.
• DataPointer corresponds to the link of data, in CSV format. Furthermore, the data type must be numerical (float/int etc). • The number of parameters and number of methods must be equal, even if the parameter would be redundant for the method selected, example being, A-Non. • The list of methods and the corresponding code for selecting them is shown below:
- A-Non – Code for no data analysis (no parameter)
- B-Clean – Cleans data (no parameter)
- C-Outlier – Removes Outliers (no parameter)
- E-MovingAvg- Carries out moving average filtering (One parameter: window size)