// Copyright (C) 2025 Piotr Jabłoński
// Extended copyright information can be found in the LICENSE file.
//! `SDC` (Symbol Deep Clustering) model and components.
//!
//! Provides the [`SDCConfig`] model configuration along with supporting types for
//! autoencoder setup ([`AutoencoderConfig`]), training ([`TrainingConfig`]), inference
//! ([`infer`]), metrics ([`metric`]), and dataset handling ([`dataset::Dataset`]).
pub use ;
pub use ClusteringOutput;
pub use infer;
pub use ;
pub use ;