Class LinkPredictionPredictStreamProc.Result

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long node1  
      long node2  
      double probability  
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(long node1, long node2, double probability)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • node1

        public final long node1
      • node2

        public final long node2
      • probability

        public final double probability
    • Constructor Detail

      • Result

        public Result​(long node1,
                      long node2,
                      double probability)