Skip to main content

functional_saliency

Function functional_saliency 

Source
pub fn functional_saliency(
    fit: &FregreLmResult,
    data: &FdMatrix,
    scalar_covariates: Option<&FdMatrix>,
) -> Option<FunctionalSaliencyResult>
Expand description

Functional saliency maps for a linear functional regression model.

Lifts FPC-level SHAP attributions to the function domain via the rotation matrix.