sevensense-learning 0.1.0

GNN-based learning and embedding refinement for 7sense bioacoustics platform
Documentation
1
2
3
4
5
6
7
//! Domain layer for the learning bounded context.
//!
//! Contains core entities, value objects, and repository traits
//! that define the learning domain model.

pub mod entities;
pub mod repository;