Hi,
First thanks for this awesome library; its really fast on large networks.
Till now I run the prediction procedure by simply duplicating and modifying included examples. Now I get pretty huge longitudinal network and I wish to run the procedure step by step (secondary motivation is also to understand all C++ and specially Make files).
I wonder how to properly construct UNSUPERVISED.net and TEST.net files manually using library tools only; I tried with:
./remove_edges < COMPLETE.net TEST.net > tmp.net
./remove_isolates < tmp.net > UNSUPERVISED.net
Is this correct?
Thanks in advance.
Best, Andrej
Hi,
First thanks for this awesome library; its really fast on large networks.
Till now I run the prediction procedure by simply duplicating and modifying included examples. Now I get pretty huge longitudinal network and I wish to run the procedure step by step (secondary motivation is also to understand all
C++and speciallyMakefiles).I wonder how to properly construct
UNSUPERVISED.netandTEST.netfiles manually using library tools only; I tried with:Is this correct?
Thanks in advance.
Best, Andrej