(self, node_type, inputs, option)
| 998 | graph=self) |
| 999 | |
| 1000 | def search(self, node_type, inputs, option): |
| 1001 | knn = ops.KnnOperator(self._client) |
| 1002 | inputs = np.array(inputs) |
| 1003 | return knn.search(node_type, inputs, option.k) |
| 1004 | |
| 1005 | def subgraph_sampler(self, |
| 1006 | seed_type, |