//! Latent-space diversity and controllability diagnostics.
//!
//! These folds consume already-generated continuous latents ([`Latent<Continuous>`](crate::Latent))
//! rather than a runtime kind enum: the payload is a [`FrameSeq`](crate::FrameSeq),
//! finite and rank-2 by construction, so "these samples are tokens" and "these
//! samples hold a NaN" are unrepresentable here instead of validated at every fold.
pub use ;
pub use sample_dispersion;
pub use ;
pub use generate_grid;
pub use ;
pub use ;