MCPcopy Index your code
hub / github.com/williamleif/GraphSAGE / predict

Method predict

graphsage/models.py:148–149  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

146 logging=self.logging))
147
148 def predict(self):
149 return tf.nn.softmax(self.outputs)
150
151class GeneralizedModel(Model):
152 """

Callers 3

run_regressionFunction · 0.45
run_regressionFunction · 0.45
run_regressionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected