Hi, Is there a way to pipe the Computation classes?
Example: Run PageRankComputation and then run NormalizationComputation on the same graph without activating Output/Input formats between the two.
This way we can re-use some computations like log-scale CDF normalization and don't mess up the original PageRank computation.
