INGOR
Public Member Functions | List of all members
ytNodeList Class Reference

NodeList network format. More...

#include <io/ytNodeList.h>

Public Member Functions

void ytNodeList_write (FILE *fp, const ytNetwork *network, const ytKeyValues *args)
 Writes a network in NodeList format. More...
 

Detailed Description

NodeList network format.

This is actually not a network file, but lists nodes sorted by the hubness, i.e., the number of children.

See also
ytIO

Member Function Documentation

◆ ytNodeList_write()

void ytNodeList_write ( FILE *  fp,
const ytNetwork network,
const ytKeyValues args 
)

Writes a network in NodeList format.

Arguments

sort= ( outdegree | off )
Sort key. (default: outdegree)
header= ( on | off )
Whether or not to output the header row. (default: on)
Parameters
fp
network
args

The documentation for this class was generated from the following file: