Module traits

Module traits 

Source
Expand description

Traits for integration with other modules

This module defines traits that serve as an abstraction layer for integration with other scirs2 modules without creating direct dependencies. These traits are implemented conditionally based on feature flags.

Traitsยง

MetricCallback
Trait for callbacks that can track metrics during training
MetricComputation
Trait for metrics that can be computed on neural network predictions and targets