View source on GitHub |
Specifies neighbor attributes for graph regularization.
nsl.configs.GraphNeighborConfig(
prefix=attr_dict['prefix'].default,
weight_suffix=attr_dict['weight_suffix'].default,
max_neighbors=attr_dict['max_neighbors'].default
)
Methods
__eq__
__eq__(
other
)
Method generated by attrs for class GraphNeighborConfig.
__ge__
__ge__(
other
)
Method generated by attrs for class GraphNeighborConfig.
__gt__
__gt__(
other
)
Method generated by attrs for class GraphNeighborConfig.
__le__
__le__(
other
)
Method generated by attrs for class GraphNeighborConfig.
__lt__
__lt__(
other
)
Method generated by attrs for class GraphNeighborConfig.
__ne__
__ne__(
other
)
Method generated by attrs for class GraphNeighborConfig.