• mszarma's avatar
    [Feature] Exclude edges in sample_neighbors (#2971) · bc14829f
    mszarma authored
    
    
    * [Feature] Exclude edges in sample_neighbors
    
    Extending sample_neighbors and sample_frontier
    API to support exclude_edges parameter.
    
    exclude_edges support tensor and dict data
    Feature enable excluding certain edges
    during neighborhood sampling
    Exclude_edges contains EID's of edges
    which will be excluded
    during neighbor picking for seed nodes.
    
    Added test case for heterograph and homograph
    RFC issue id: 2944
    
    * compatibility
    
    * fix
    
    * fix
    Co-authored-by: default avatarQuan Gan <coin2028@hotmail.com>
    bc14829f
neighbor.cc 18.9 KB