Network Action Set
Provides actions for network analysis
unloadGraph Action
Unloads a graph from memory.
Summary: Output Tables
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the output data table to contain summary information about in-memory graphs. | |
|
— |
specifies the output data table to contain the graph link information along with any results from the algorithms that calculate metrics on links. | |
|
— |
specifies the output data table to contain the graph node information along with any results from the algorithms that calculate metrics on nodes. | |
|
names |
lists the names of results tables to save as CAS tables on the server. |
Parameter Descriptions
deterministic=TRUE | FALSE
when set to True, ensures that each invocation (with the same machine configuration and parameter settings) produces the same final result.
| Default | TRUE |
|---|
direction="DIRECTED" | "UNDIRECTED"
specifies whether to consider the input graph as directed or undirected.
| Default | UNDIRECTED |
|---|
DIRECTED
considers the input graph to be directed. In a directed graph, each link (i,j) has a direction that defines how something (such as information) can flow over that link. In link (i,j), the flow is from node i to node j. Node i is called the source (tail) node, and node j is called the sink (head) node.
display={displayTables}
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
distributed=TRUE | FALSE
when set to True, uses a distributed graph.
| Default | FALSE |
|---|
graph=integer
specifies the in-memory graph to use.
| Default | -1 |
|---|
indexOffset=integer
specifies the index offset for identifiers in the log and results output data tables. For example, if three entities are found, they are labeled entity 0, 1, and 2 by default. If the value of indexOffset is 4, the entities are labeled entity 4, 5, and 6.
| Default | 0 |
|---|---|
| Minimum value | 0 |
logFreqTime=integer
controls the frequency n (in seconds) for displaying iteration logs for some algorithms, where n can be any integer greater than or equal to 1. This parameter is useful for computationally intensive algorithms. Setting n too low can hurt algorithm performance.
| Alias | logFrequencyTime |
|---|---|
| Default | 5 |
| Minimum value | 1 |
logLevel="AGGRESSIVE" | "BASIC" | "MODERATE" | "NONE"
controls the amount of information that is displayed in the SAS log.
| Default | BASIC |
|---|
multiLinks=TRUE | FALSE
when set to True, includes multilinks when an input graph is read. By default, the value of this parameter is True for algorithms that support multilinks.
nThreads=integer
specifies the maximum number of threads to use for multithreaded processing.
| Range | 1–1024 |
|---|
outGraphList={casouttable}
specifies the output data table to contain summary information about in-memory graphs.
For more information about specifying the outGraphList parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
outLinks={casouttable}
specifies the output data table to contain the graph link information along with any results from the algorithms that calculate metrics on links.
For more information about specifying the outLinks parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
outNodes={casouttable}
specifies the output data table to contain the graph node information along with any results from the algorithms that calculate metrics on nodes.
For more information about specifying the outNodes parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
outputTables={outputTables}
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
selfLinks=TRUE | FALSE
when set to True, includes self-links when an input graph is read.
| Default | TRUE |
|---|
standardizedLabels=TRUE | FALSE
when set to True, specifies that the input graph data are in a standardized format.
| Default | FALSE |
|---|
standardizedLabelsOut=TRUE | FALSE
when set to True, requests that the output graph data include standardized format.
| Default | FALSE |
|---|
unloadGraph Action
Unloads a graph from memory.
Summary: Output Tables
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the output data table to contain summary information about in-memory graphs. | |
|
— |
specifies the output data table to contain the graph link information along with any results from the algorithms that calculate metrics on links. | |
|
— |
specifies the output data table to contain the graph node information along with any results from the algorithms that calculate metrics on nodes. | |
|
names |
lists the names of results tables to save as CAS tables on the server. |
Parameter Descriptions
deterministic=true | false
when set to True, ensures that each invocation (with the same machine configuration and parameter settings) produces the same final result.
| Default | true |
|---|
direction="DIRECTED" | "UNDIRECTED"
specifies whether to consider the input graph as directed or undirected.
| Default | UNDIRECTED |
|---|
DIRECTED
considers the input graph to be directed. In a directed graph, each link (i,j) has a direction that defines how something (such as information) can flow over that link. In link (i,j), the flow is from node i to node j. Node i is called the source (tail) node, and node j is called the sink (head) node.
display={displayTables}
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
distributed=true | false
when set to True, uses a distributed graph.
| Default | false |
|---|
graph=integer
specifies the in-memory graph to use.
| Default | -1 |
|---|
indexOffset=integer
specifies the index offset for identifiers in the log and results output data tables. For example, if three entities are found, they are labeled entity 0, 1, and 2 by default. If the value of indexOffset is 4, the entities are labeled entity 4, 5, and 6.
| Default | 0 |
|---|---|
| Minimum value | 0 |
logFreqTime=integer
controls the frequency n (in seconds) for displaying iteration logs for some algorithms, where n can be any integer greater than or equal to 1. This parameter is useful for computationally intensive algorithms. Setting n too low can hurt algorithm performance.
| Alias | logFrequencyTime |
|---|---|
| Default | 5 |
| Minimum value | 1 |
logLevel="AGGRESSIVE" | "BASIC" | "MODERATE" | "NONE"
controls the amount of information that is displayed in the SAS log.
| Default | BASIC |
|---|
multiLinks=true | false
when set to True, includes multilinks when an input graph is read. By default, the value of this parameter is True for algorithms that support multilinks.
nThreads=integer
specifies the maximum number of threads to use for multithreaded processing.
| Range | 1–1024 |
|---|
outGraphList={casouttable}
specifies the output data table to contain summary information about in-memory graphs.
For more information about specifying the outGraphList parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
outLinks={casouttable}
specifies the output data table to contain the graph link information along with any results from the algorithms that calculate metrics on links.
For more information about specifying the outLinks parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
outNodes={casouttable}
specifies the output data table to contain the graph node information along with any results from the algorithms that calculate metrics on nodes.
For more information about specifying the outNodes parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
outputTables={outputTables}
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
selfLinks=true | false
when set to True, includes self-links when an input graph is read.
| Default | true |
|---|
standardizedLabels=true | false
when set to True, specifies that the input graph data are in a standardized format.
| Default | false |
|---|
standardizedLabelsOut=true | false
when set to True, requests that the output graph data include standardized format.
| Default | false |
|---|
unloadGraph Action
Unloads a graph from memory.
Summary: Output Tables
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the output data table to contain summary information about in-memory graphs. | |
|
— |
specifies the output data table to contain the graph link information along with any results from the algorithms that calculate metrics on links. | |
|
— |
specifies the output data table to contain the graph node information along with any results from the algorithms that calculate metrics on nodes. | |
|
names |
lists the names of results tables to save as CAS tables on the server. |
Parameter Descriptions
deterministic=True | False
when set to True, ensures that each invocation (with the same machine configuration and parameter settings) produces the same final result.
| Default | True |
|---|
direction="DIRECTED" | "UNDIRECTED"
specifies whether to consider the input graph as directed or undirected.
| Default | UNDIRECTED |
|---|
DIRECTED
considers the input graph to be directed. In a directed graph, each link (i,j) has a direction that defines how something (such as information) can flow over that link. In link (i,j), the flow is from node i to node j. Node i is called the source (tail) node, and node j is called the sink (head) node.
display={displayTables}
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
distributed=True | False
when set to True, uses a distributed graph.
| Default | False |
|---|
graph=integer
specifies the in-memory graph to use.
| Default | -1 |
|---|
indexOffset=integer
specifies the index offset for identifiers in the log and results output data tables. For example, if three entities are found, they are labeled entity 0, 1, and 2 by default. If the value of indexOffset is 4, the entities are labeled entity 4, 5, and 6.
| Default | 0 |
|---|---|
| Minimum value | 0 |
logFreqTime=integer
controls the frequency n (in seconds) for displaying iteration logs for some algorithms, where n can be any integer greater than or equal to 1. This parameter is useful for computationally intensive algorithms. Setting n too low can hurt algorithm performance.
| Alias | logFrequencyTime |
|---|---|
| Default | 5 |
| Minimum value | 1 |
logLevel="AGGRESSIVE" | "BASIC" | "MODERATE" | "NONE"
controls the amount of information that is displayed in the SAS log.
| Default | BASIC |
|---|
multiLinks=True | False
when set to True, includes multilinks when an input graph is read. By default, the value of this parameter is True for algorithms that support multilinks.
nThreads=integer
specifies the maximum number of threads to use for multithreaded processing.
| Range | 1–1024 |
|---|
outGraphList={casouttable}
specifies the output data table to contain summary information about in-memory graphs.
For more information about specifying the outGraphList parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
outLinks={casouttable}
specifies the output data table to contain the graph link information along with any results from the algorithms that calculate metrics on links.
For more information about specifying the outLinks parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
outNodes={casouttable}
specifies the output data table to contain the graph node information along with any results from the algorithms that calculate metrics on nodes.
For more information about specifying the outNodes parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
outputTables={outputTables}
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
selfLinks=True | False
when set to True, includes self-links when an input graph is read.
| Default | True |
|---|
standardizedLabels=True | False
when set to True, specifies that the input graph data are in a standardized format.
| Default | False |
|---|
standardizedLabelsOut=True | False
when set to True, requests that the output graph data include standardized format.
| Default | False |
|---|
unloadGraph Action
Unloads a graph from memory.
Summary: Output Tables
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the output data table to contain summary information about in-memory graphs. | |
|
— |
specifies the output data table to contain the graph link information along with any results from the algorithms that calculate metrics on links. | |
|
— |
specifies the output data table to contain the graph node information along with any results from the algorithms that calculate metrics on nodes. | |
|
names |
lists the names of results tables to save as CAS tables on the server. |
Parameter Descriptions
deterministic=TRUE | FALSE
when set to True, ensures that each invocation (with the same machine configuration and parameter settings) produces the same final result.
| Default | TRUE |
|---|
direction="DIRECTED" | "UNDIRECTED"
specifies whether to consider the input graph as directed or undirected.
| Default | UNDIRECTED |
|---|
DIRECTED
considers the input graph to be directed. In a directed graph, each link (i,j) has a direction that defines how something (such as information) can flow over that link. In link (i,j), the flow is from node i to node j. Node i is called the source (tail) node, and node j is called the sink (head) node.
display=list(displayTables)
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
distributed=TRUE | FALSE
when set to True, uses a distributed graph.
| Default | FALSE |
|---|
graph=integer
specifies the in-memory graph to use.
| Default | -1 |
|---|
indexOffset=integer
specifies the index offset for identifiers in the log and results output data tables. For example, if three entities are found, they are labeled entity 0, 1, and 2 by default. If the value of indexOffset is 4, the entities are labeled entity 4, 5, and 6.
| Default | 0 |
|---|---|
| Minimum value | 0 |
logFreqTime=integer
controls the frequency n (in seconds) for displaying iteration logs for some algorithms, where n can be any integer greater than or equal to 1. This parameter is useful for computationally intensive algorithms. Setting n too low can hurt algorithm performance.
| Alias | logFrequencyTime |
|---|---|
| Default | 5 |
| Minimum value | 1 |
logLevel="AGGRESSIVE" | "BASIC" | "MODERATE" | "NONE"
controls the amount of information that is displayed in the SAS log.
| Default | BASIC |
|---|
multiLinks=TRUE | FALSE
when set to True, includes multilinks when an input graph is read. By default, the value of this parameter is True for algorithms that support multilinks.
nThreads=integer
specifies the maximum number of threads to use for multithreaded processing.
| Range | 1–1024 |
|---|
outGraphList=list(casouttable)
specifies the output data table to contain summary information about in-memory graphs.
For more information about specifying the outGraphList parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
outLinks=list(casouttable)
specifies the output data table to contain the graph link information along with any results from the algorithms that calculate metrics on links.
For more information about specifying the outLinks parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
outNodes=list(casouttable)
specifies the output data table to contain the graph node information along with any results from the algorithms that calculate metrics on nodes.
For more information about specifying the outNodes parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
outputTables=list(outputTables)
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | displayOut |
|---|
selfLinks=TRUE | FALSE
when set to True, includes self-links when an input graph is read.
| Default | TRUE |
|---|
standardizedLabels=TRUE | FALSE
when set to True, specifies that the input graph data are in a standardized format.
| Default | FALSE |
|---|
standardizedLabelsOut=TRUE | FALSE
when set to True, requests that the output graph data include standardized format.
| Default | FALSE |
|---|