TrainingState

Trait TrainingState 

Source
pub trait TrainingState { }
Expand description

Marker trait for Orphos training state.

This trait is used in the type-state pattern to enforce that training must be performed before gene prediction. It’s implemented by both Untrained and Trained marker types.

Implementors§