biophysics_fittingevaluatorEvaluator_Setup

Evaluator_Setup

class biophysics_fitting.evaluator.Evaluator_Setup

Setup for an Evaluator object

This class is an attribute of the Evaluator class, and should only veer be accessed via the Evaluator object. It takes care of applying evaluation functions to voltage traces, and finalizing the results.

Attributes:

pre_funs

A list of functions to be applied to the input dictionary before the evaluation functions are applied.

Type:

list

evaluate_funs

A list of functions to be applied to the voltage traces. Each element of the list is a list of three elements: the name of the input voltage trace, the function to be applied to the voltage trace, and the name of the output feature.

Type:

list

finalize_funs

A list of functions to be applied to the output of the evaluation functions. The output of the last function in this list is the output of the evaluate() method.

Type:

list