evaluators.characterizers package

Submodules

evaluators.characterizers.classificationCharacterizer module

class evaluators.characterizers.classificationCharacterizer.ClassificationCharacterizer(config)

Bases: object

This class is used for classification characterization.

charact_set_results(events)

Computes characteristics for each sample, all classes and their corresponding events. The output file contains the stats for each sample divided according to the class of the events.

Parameters:

events (List) – Events based on top of the probabilistic outputs.

characterize(inference_outputs, events)

Evaluate model and visualize results.

Parameters:
  • inference_outputs (List[Tensor]) – Predicted outputs during the inference stage. .

  • events (List) – Events based on top of the probabilistic outputs.

Module contents