Module: filters#
- class kbmod.filters.Filter(*args, **kwargs)[source]#
The base class for derived filters on the ResultList.
Methods
get_filter_name
keep_row
- class kbmod.filters.LHFilter(min_lh, max_lh, *args, **kwargs)[source]#
A filter for result’s likelihood.
Methods
Get the name of the filter.
keep_row
(row)Determine whether to keep an individual row based on the likelihood.