GCond
GCond copied to clipboard
Question for multiclass dataset
Thank you for your excellent work! For each class, the corresponding number of nodes is generated. The code uses: Counter(data.labels_train) However, if there are multiple class labels, how should I deal with it? In this case, labels_train is an N*C matrix. How can I determine which label each node belongs to? Can you provide the code?