Skip to contents

Compute the Adjustment Identification Distance (AID) between two graphs using the gadjid Rust package.

Usage

aid(truth, guess, type = c("oset", "ancestor", "parent"))

Arguments

truth

A caugi_graph object.

guess

A caugi_graph object.

type

A character string specifying the type of AID to compute. Options are "oset" (default), "ancestor", and "parent".

Value

A list containing the score (normalized) and the count.

See also

Other metrics: hd(), shd()