/*
* SPDX-License-Identifier: MIT
* Copyright (c) "2025" . The DeepCausality Authors and Contributors. All Rights Reserved.
*/
use crate::;
use CausalTensor;
/// Defines the contract for data pre-processing steps.
///
/// Implementors of this trait provide specific data transformation logic, such as
/// discretization or missing value imputation, which can be applied as part of a
/// CDL pipeline.