Action: DFSCLUSTERING
| Module | clusters |
|---|---|
| Description | Usage |
| Find the connected components of the matrix using the depth first search clustering algorithm. | |
| output value | type |
| vector with length that is equal to the number of rows in the input matrix | vector |
Input
The arguments that serve as the input for this action are specified using one or more of the keywords in the following table.
| Keyword | Type | Description |
|---|---|---|
| ARG | matrix | the input matrix |
Further details and examples
Text from manual goes here
References
More information about how this action can be used is available in the following articles:
Syntax
The following table describes the keywords and options that can be used with this action
| Keyword | Type | Default | Description |
|---|---|---|---|
| ARG | input | none | the input matrix |
| MATRIX | optional | not used | the input matrix (can use ARG instead) |
| LOWMEM | optional | false | this flag does nothing and is present only to ensure back-compatibility |