Closed qorgh346 closed 3 years ago
those two provide the mapping from/to segment ID to/from an index that stores in the temporary buffer that will be used in the prediction. The main reason for this is to allow a batch process on the network side.
oh...I understand. Thank you!!
Hello! I have a question! Question 1. I understood that part idx2seg,seg2idx calculates idx2seg,seg2idx to predict the relationship between the two starting and target nodes created earlier.
If not, what does idx2seg and seg2idx mean?