-
Notifications
You must be signed in to change notification settings - Fork 76
Single Target analysis (PID)
Patricia Wollstadt edited this page Jul 18, 2018
·
1 revision
In order to restrict the analysis to a specific target process in the system, run the analyse_single_target
method and provide a target
and a list of two sources sources
as arguments in addition to data
and settings
.
results = network_analysis.analyse_single_target(settings=settings,
data=data,
target=0,
sources=[1, 3])