LayeredNeighborSampler

class marius.data.samplers.LayeredNeighborSampler
__init__(self: marius._data.samplers.LayeredNeighborSampler, storage: GraphModelStorage, num_neighbors: List[int], incoming: bool = True, outgoing: bool = True, use_hashmap_sets: bool = False) None
__init__(self: marius._data.samplers.LayeredNeighborSampler, graph: MariusGraph, num_neighbors: List[int], incoming: bool = True, outgoing: bool = True, use_hashmap_sets: bool = False) None
__init__(self: marius._data.samplers.LayeredNeighborSampler, num_neighbors: List[int], incoming: bool = True, outgoing: bool = True, use_hashmap_sets: bool = False) None
property sampling_layers