The options for EntryMode are 'auto'(the default), 'neighbors' and 'edges'. If 'edges' is selected, then the input should contain a list of lists and the inner lists correspond to pairs of vertices incident to a given edge. If 'neighbors' is selected, then the input should contain a list of lists and in the inner lists, the 0th entry is a vertex and the 1st entry is the list of its neighbors. The default 'auto' option distinguished between the other two options automatically.
|
|
|
|
The source of this document is in StatGraphs.m2:447:0.