-
Notifications
You must be signed in to change notification settings - Fork 6
Classification
The classification process requires a segmentation object created by the Segmentation process and a file containing Labelling Data. Furthermore, a predefined number of clusters needs to be provided (an ideal number can be found by using the Num of Clusters functionality.
### Classification Overview ### As described in the [Labelling process](https://github.com/RodentDataAnalytics/mwm-ml-gen/wiki/Labelling), a semi-supervised clustering algorithm is used for the classification of the trajectories segments. This algorithm requires only a small amount of labelling data to be provided in order to classify the rest of the segments. Moreover, as with most clustering algorithms, a predefined number of target clusters needs to be provided. This number can be identified by using the [Num of Clusters](https://github.com/RodentDataAnalytics/mwm-ml-gen/wiki/Labelling#num_clusters_button) functionality). ### The Classification Panel ###-
Number of Clusters: Specifies the predefined number of target clusters. To identify an ideal number the Num of Clusters functionality) functionality should be used.
-
Classify (Button): Runs the Classification proccess. In order to run this process a Segmentation Configurations object and a labelling data CSV file needs to be provided (by default the program uses the ones specified in the Segmentation Configurations Object Path and in the Labelling Data Path). During this process, the program classifies all the segments and computes some common classification metrics (error, percentage of classified and unclassified segments, etc). When the process is finished the classification results and metrics are stored inside an object called classification_configs_#id which is stored inside the specified Output Folder.
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)