Class NetworkProjectionDryer


  • public class NetworkProjectionDryer
    extends ProjectionDryer<Network<?>>
    A class that handles Networks. This uses the DefaultNetworkFactory to create directed or undirected networks (based on the network's type). This stores the directedness of the network and its edges (including the edge weights).
    Author:
    Jerry Vos