List of API functions.
This is a list of all functions of the API.
APIFUNCTIONS
A named list with the names of all API functions:
Get all communities after the last iteration. See communities
Get the number of community to community edges in the graph. See communitiesEdgeCount
Get the community of the given vertex after the last iteration. See community
Get the number of communities after the last iteration. See communityCount
Get the weight of the edge that goes from source to destination after the last iteration. See communityEdgeWeight
Get the sum of weights of the inner edges of the given community after the last iteration. See communityInnerEdgesWeight
Get a matrix with the community mapping for all communities after the last iteration.See communityMapping
Write to a file the community mapping for all communities after the last iteration.See communityMapping
Get the neighbours of the given community after the last iteration. See communityNeighbours
Get the sum of weights of all edges of the given community after the last iteration. See communityTotalWeight
Get the amount of vertices in the given community after the last iteration. See communityVertexCount
Get the number of vertex to vertex edges in the graph. See edgeCount
Get the weight of the edge that goes from source vertex to destination vertex after the last iteration. See edgeWeight
Get the neighbours of the given vertex after the last iteration. See neighbours
Get the quality measurement of the graph after the last iteration. See quality
Get additional results of the algorithm or the currently selected post processing steps. See results
Get the total number of vertices after the last iteration. See vertexCount
Get all vertices in the graph after the last iteration. See verticesAll
Get all vertices belonging to the given community after the last iteration. See vertices
Post processing algorithms must register, which functions of the API they implement, in a has() function. If the post processing algorithm implements a certain API function, the has() function must return TRUE when questioned about that API function. Otherwise, it must return FALSE.
poltergeist0
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.