K-core (1.0.0)
| Parameter | Mandatory | Description | Type | Value Range | Default Value |
|---|---|---|---|---|---|
| k | Yes | Number of cores The algorithm returns vertices whose number of cores is greater than or equal to k. | Integer | Greater than or equal to 0 | - |
| Parameter | Type | Description |
|---|---|---|
| coreness | List<Map<String,Integer>> | Coreness value (coreness ≥ k) of each vertex. The format is as follows: [{vertexId:corenessValue},...], where vertexId is of the string type. corenessValue is of the integer type. |
Last Article: PersonalRank (1.0.0)
Next Article: K-hop (1.0.0)
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.