Single Target analysis (PID) - pwollstadt/IDTxl GitHub Wiki
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])