neko.core.network.Network.load_network_from_sif

Network.load_network_from_sif(sif_file)

Load a network object from a SIF (Simple Interaction Format) file.

Parameters: - sif_file: A string representing the path to the SIF file.

Returns: None. The function modifies the network object in-place.