//! N-CMAPSS dataset loader (placeholder).
//!
//! N-CMAPSS (Chao et al., 2021) uses HDF5 format with realistic
//! flight-condition variability. Full loader deferred to Phase I
//! when HDF5 dependency is justified.
/// N-CMAPSS dataset identifier.
pub const DATASET_NAME: &str = "N-CMAPSS";
/// N-CMAPSS citation.
pub const CITATION: &str = "Chao, Kulkarni, Goebel, Fink (2021). Aircraft Engine Run-to-Failure Dataset under Real Flight Conditions. NASA PCoE.";