pygmi.clust.menu#
Clustering Menu Routines.
Classes#
Widget class to call the main interface. |
Module Contents#
- class pygmi.clust.menu.MenuWidget(parent=None)#
Widget class to call the main interface.
This widget class creates the clustering menus to be found on the main interface. Normal as well as context menus are defined here.
- Parameters:
parent (pygmi.main.MainWidget, optional) – Reference to MainWidget class found in main.py. Default is None.
- cluster_stats()#
Calculate Statistics.
- cluster()#
Clustering of data.
- crisp_cluster()#
Crisp Clustering of data.
- fuzzy_cluster()#
Fuzzy Clustering of data.
- super_class()#
Supervised Classification.
- export_data()#
Export raster data.
- scatter_plot()#
Scatter Plot Tool.
- show_raster_data()#
Show class data.
- show_class_range()#
Show class ranges.
- show_membership_data()#
Show membership data.
- show_vrc_etc()#
Show vrc, xbi, obj, nce graphs.
- segmentation()#
Image Segmentation.