comp.skel {lcd} | R Documentation |
Skeleton comparison
Description
Compares a graph skeleton to the (supposed) true skeleton. The two
skeletons should have the same set of vertices in order for the
function to return a meaningful result.
Usage
comp.skel(trueskel, skel)
Arguments
trueskel |
the adjacency matrix of the true skeleton. |
skel |
the adjacency matrix of the skeleton to be compared with
the true one. |
Value
e.total |
total number of edges on the true skeleton. |
e.missing |
number of true edges missing in the skeleton to be compared. |
e.extra |
number of spurious edges present in the skeleton to be compared. |
See Also
comp.pat
.
[Package
lcd version 0.7-2
Index]