-
Notifications
You must be signed in to change notification settings - Fork 6
Version 1.1.0
- The program can now read XLSX files apart from CSV.
- Number of Clusters can now be identified with the help of a small GUI.
- The segmentation objects can now be transferred and loaded to any machine.
- Waitbars are introduced and appear during specific processing stages (data parsing and feature computation) to indicate that the program is busy. During these stages the main GUI become invisible.
- Error messages are more detailed.
Later versions of Ethovion do not have the option of exporting the trajectory data in CSV format, but only in Excel (.*xlsx) and Text (.*txt). For this reason the support of both CSV and XLSX formats was introduced.
Prior to this patch the user was required to generate a series of graphs indicating the impact of the number of clusters on the clustering performance and use these graphs to determine an ideal number of clusters for the classification process. This procedure was made more easy the the introduction of a small GUI which is activated with the pressing of the Num of Clusters button. This GUI helps the user to determine the quality of the labelling (if more and/or better labelling data are required) and also the an ideal number of clusters that will result in a 'good classification' (classification of as many trajectory segments as possible with minimum error).
Introduction
How to Use
- Getting started
- Data preparation
- Starting a new project
- The Segmentation process
- The Labelling process
- The Classification process
- Results
- Walkthrough
- Extras
Appendix
Version History
How to Use (version 3)
- Getting started
- Data preparation
- Starting a new project
- The Segmentation process
- The Labelling process
- The Classification process
- Results
- Extras
- List of Labels
- Flowcharts
- The Project Folder
How to Use (version 1 and 2)