Wrapper to allow for alternative post-processing of a shared measure.
This class is useful whenever a measure (or for example a trained classifier) shall be utilized in multiple nodes, but each node needs to perform its on post-processing of results. One can simply wrap the measure into this class and assign arbitrary post-processing nodes to the wrapper, instead of the measure itself.
Notes
Available conditional attributes:
(Conditional attributes enabled by default suffixed with +)
Initialize instance of ProxyMeasure
Parameters : | enable_ca : None or list of str
disable_ca : None or list of str
null_dist : instance of distribution estimator
auto_train : bool
force_train : bool
space: str, optional :
postproc : Node instance, optional
descr : str
|
---|
Return proxied measure