Rdocumentation
powered by
Learn R Programming
deal (version 1.1-15)
nwfunique: Makes a network family unique.
Description
Makes a network family unique, i.e. removes networks that are equal or equivalent to networks already in the network family.
Usage
nwfunique(nwf,equi=FALSE,timetrace=FALSE,epsilon=1e-12)
Arguments
nwf
Network family.
equi
If
TRUE
, also equivalent networks are thrown out (i.e. if their score is within epsilon from another network).
timetrace
For timing purposes.
epsilon
Closeness of equivalent networks.
References
Further information about
Deal
can be found at:
http://www.math.auc.dk/novo/deal
.