Skip to main content

tsrvf_transform_with_method

Function tsrvf_transform_with_method 

Source
pub fn tsrvf_transform_with_method(
    data: &FdMatrix,
    argvals: &[f64],
    max_iter: usize,
    tol: f64,
    lambda: f64,
    method: TransportMethod,
) -> TsrvfResult
Expand description

Full TSRVF pipeline with configurable transport method.

Like tsrvf_transform but allows choosing the parallel transport method.