dataeval.core.MSTResult¶ class dataeval.core.MSTResult¶ Type definition for minimum spanning tree output. source¶ Source node indices for each edge in the MST Type:¶ NDArray[np.int64] target¶ Target node indices for each edge in the MST Type:¶ NDArray[np.int64]