安装 PyG
开始使用
教程
高级概念
包参考
速查表
外部资源
Bases: BaseTransform
BaseTransform
通过奇异值分解(SVD)降低节点特征的维度(功能名称:svd_feature_reduction)。
svd_feature_reduction
out_channels (int) – 降维后节点特征的维度。