Export arc information from abnFit objects fitted with MLE
export_abnFit_mle_arcs(object, ...)An array containing arc details: source_variable_id and target_variable_id for each arc.
An object of class abnFit, typically created by fitAbn.
Additional export options (currently unused, reserved for future extensions).
This function extracts arc information from abnFit objects fitted using MLE. It retrieves the source and target nodes for each arc in the directed acyclic graph (DAG). Currently, frequency, significance, and constraint information are not included in the export.