/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
use crate::;
use CausalTensor;
/// Defines the contract for feature selection algorithms.
///
/// This trait abstracts the process of selecting a subset of relevant features (columns)
/// from a larger dataset, which is a common step in preparing data for causal discovery.