Run BESMI imputation for a list of dataset paths
besmi_batch_impute(
dataset_paths,
the_method = "lasso.norm",
max_iter = 5,
imputation_convergence_threshold = 1e-06,
propagation_convergence_threshold = 1e-06,
distance_metric = "mae",
output_dir = file.path(tempdir(), "DataFusionGDM_imputation"),
k_filter = NULL,
full_dataset_path = NULL
)Data frame of metrics for all datasets
Character vector of RDS paths to masked matrices
Imputation method (e.g., 'lasso.norm' or 'KNN')
Maximum iterations for iterative methods
Convergence threshold for imputation metric
Convergence threshold for propagation metric
Distance metric for evaluation ('mae','ssd','rmse','correlation')
Output directory for imputed matrices (defaults to a temporary location)
Optional numeric filter for k value
Optional path to a full matrix RDS used as ground truth