hyperspy.samfire_utils.segmenters.histogram module
- class hyperspy.samfire_utils.segmenters.histogram.HistogramSegmenter(bins='fd')
Bases:
object
Historam Segmenter strategy of the SAMFire. Uses histograms to estimate parameter distribusions, and then passes the most frequent values as the starting parameter estimates.
- most_frequent()
Calculates the most frequent values in the currently stored histograms of the database. Does to by looking for local maxima in the frequences.