Skip to content
Snippets Groups Projects
Commit 16e25538 authored by Olabarrieta Palacios, Ignacio's avatar Olabarrieta Palacios, Ignacio
Browse files

correcting the help window

parent cdc13d07
No related branches found
No related tags found
No related merge requests found
...@@ -239,15 +239,20 @@ ...@@ -239,15 +239,20 @@
<li><b>Filter Switch:</b> On the top center side, its purpose is to show, in the models table, only the models of the sensor <li><b>Filter Switch:</b> On the top center side, its purpose is to show, in the models table, only the models of the sensor
selected in the map.</li> selected in the map.</li>
<li><b>Models Table:</b> The models table show information about the characteristics and the status of the models that are <li><b>Models Table:</b> The models table show information about the characteristics and the status of the models that are
or have been trainned. In the down side of the table there are two button that allow create new models and to print the or have been trainned. In the bottom left side of the table there are two buttons that allow create new models and delete them.
test of a given trainned model. In addition on the bottom-right side there is a button to reload the data of the table. In addition on the bottom right side there is a button to reload the data of the table.
This last button is important because inmediately after you submit the creation of the model the new model does NOT This last button is important because inmediately after you submit the creation of the model the new model does NOT
show up in the table, the user should press the reload button to be able to see it.</li> show up in the table, the user should press the reload button to be able to see it.</li>
<li><b>Calendar:</b> The calendar is used to choose the day to be predicted, or the starting day of the period to be predicted. <li><b>Calendar:</b> The calendar is used to choose the day to be predicted, or the starting day of the period to be predicted.
This is used once the models have been trainned, i.e. their status is zero. By default the selected day corresponds to the current day. In addition This is used once the models have been trainned, i.e. their status is zero. By default the selected day corresponds to the current day. In addition
in the calendar. Notice that is a prediction that involves in the calendar. Notice that is a prediction that involves weather is required only few days in the future are susceptible to be predicted.</li>
weather is required only few days in the future are susceptible to be predicted.</li>
<li><b>Loop Table:</b> Shows statistical information about the data from the Loop sensor choosen.</li> <li><b>Loop Table:</b> Shows statistical information about the data from the Loop sensor choosen. Below this table there are two buttoms:
<ul>
<li><b>Visualize:</b> Allows to visualize the data associated with the selected sensor to be used for trainning, be aware that visualizing all these data takes generaly a very long time.</li>
<li><b>Download:</b> Allows to download to your computer the result of a prediction that is shown in the Chart area.</li>
</ul>
</li>
</ul> </ul>
On the map of the right hand side the sensors with data avaiable for the use case selected are show with blue dots. On the map of the right hand side the sensors with data avaiable for the use case selected are show with blue dots.
In order to start with the process to create a new model a sensor has to be choosen by clicking on this blue dot. In order to start with the process to create a new model a sensor has to be choosen by clicking on this blue dot.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment