Closed hklarner closed 8 years ago
just a comment. In the bioinformatics paper you write
This interaction can be positive, which biologically corresponds to stimulation or activation, or negative, which corresponds to inhibition.
but XOR expressions are positive and negative at the same time. In this network:
A = !B && C || B && !C B = B C = C
both interactions are positive and negative.
I know. Thank you.
just a comment. In the bioinformatics paper you write
but XOR expressions are positive and negative at the same time. In this network:
both interactions are positive and negative.