createSimpleBiDirIdentifier {SEMID} | R Documentation |
Identify bidirected edges if all directed edges are identified
Description
Creates an identifier function that assumes that all directed edges have already been identified and then is able to identify all bidirected edges simultaneously.
Usage
createSimpleBiDirIdentifier(idFunc)
Arguments
idFunc |
an identifier function that identifies all directed edges |
Value
a new identifier function that identifies everything.
[Package SEMID version 0.4.1 Index]