|
def | __init__ (self, part_name=None, contact=None, estimate_name=None, truth_name=None, cut_direction=None, cut=None, lower_bound=None, upper_bound=None, outlier_z_score=None, allow_discrete=False, unit=None) |
|
def | refine (self, harvesting_module, crops, tdirectory=None, groupby_part_name=None, groupby_value=None, **kwds) |
|
def | __get__ (self, harvesting_module, cls=None) |
|
def | __call__ (self, harvesting_module, crops=None, *args, **kwds) |
|
def | refine (self, harvesting_module, *args, **kwds) |
|
|
| part_name |
| cached part name for this truth-classification analysis
|
|
| contact |
| cached contact person for this truth-classification analysis
|
|
| estimate_name |
| cached estimates-collection name for this truth-classification analysis
|
|
| truth_name |
| cached truth-values-collection name for this truth-classification analysis
|
|
| cut |
| cached threshold of estimates for this truth-classification analysis
|
|
| cut_direction |
| cached cut direction (> or <) of estimates for this truth-classification analysis
|
|
| lower_bound |
| cached lower bound of estimates for this truth-classification analysis
|
|
| upper_bound |
| cached upper bound of estimates for this truth-classification analysis
|
|
| outlier_z_score |
| cached Z-score (for outlier detection) of estimates for this truth-classification analysis
|
|
| allow_discrete |
| cached discrete-value flag of estimates for this truth-classification analysis
|
|
| unit |
| cached measurement unit of estimates for this truth-classification analysis
|
|
| refiner_function |
| cached copy of the instance's refiner function
|
|
|
string | default_contact = "{module.contact}" |
| default contact person for this truth-classification analysis
|
|
string | default_truth_name = "{part_name}_truth" |
| default name for the truth-classification analysis truth-values collection
|
|
string | default_estimate_name = "{part_name}_estimate" |
| default name for the truth-classification analysis estimates collection
|
|
Refiner for truth-classification analyses
Definition at line 549 of file refiners.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
part_name = None , |
|
|
|
contact = None , |
|
|
|
estimate_name = None , |
|
|
|
truth_name = None , |
|
|
|
cut_direction = None , |
|
|
|
cut = None , |
|
|
|
lower_bound = None , |
|
|
|
upper_bound = None , |
|
|
|
outlier_z_score = None , |
|
|
|
allow_discrete = False , |
|
|
|
unit = None |
|
) |
| |
Constructor for this refiner
Definition at line 560 of file refiners.py.
◆ __call__()
def __call__ |
( |
|
self, |
|
|
|
harvesting_module, |
|
|
|
crops = None , |
|
|
* |
args, |
|
|
** |
kwds |
|
) |
| |
|
inherited |
implementation of the function-call of the Refiner instance
r = Refiner()
r(harvester) # decoration
r(harvester, crops, args, keywords) # refinement
Definition at line 55 of file refiners.py.
◆ __get__()
def __get__ |
( |
|
self, |
|
|
|
harvesting_module, |
|
|
|
cls = None |
|
) |
| |
|
inherited |
Getter of the Refiner instance
Definition at line 42 of file refiners.py.
◆ refine() [1/2]
def refine |
( |
|
self, |
|
|
|
harvesting_module, |
|
|
* |
args, |
|
|
** |
kwds |
|
) |
| |
|
inherited |
Apply the instance's refiner function
Definition at line 69 of file refiners.py.
◆ refine() [2/2]
def refine |
( |
|
self, |
|
|
|
harvesting_module, |
|
|
|
crops, |
|
|
|
tdirectory = None , |
|
|
|
groupby_part_name = None , |
|
|
|
groupby_value = None , |
|
|
** |
kwds |
|
) |
| |
Process the truth-classification analysis
Definition at line 599 of file refiners.py.
The documentation for this class was generated from the following file: