Circle Detection with a Single Vertex (2.2.4)
Parameter |
Mandatory |
Description |
Type |
Value Range Default Value |
---|---|---|---|---|
source |
Yes |
ID of the vertex |
String |
- |
min_circle_length |
No |
Minimum circle length |
Integer |
[3,15] 3 |
max_circle_length |
No |
Maximum circle length. The value must be bigger than min_circle_length. |
Integer |
[3,15] 10 |
limit_circle_number |
No |
Maximum number of circles you want to search for |
Integer |
[1,100000] 100 |
Parameter |
Type |
Description |
---|---|---|
circles |
List |
A set of circles that contain the given vertex. Format: [[circle1],[circle2], ...]. The circle format is as follows: [vertexId,…]. vertexId is of the string type. |
source |
String |
ID of the given vertex |
circle_number |
Integer |
Number of circles found |
runtime |
Double |
Algorithm running time |
min_circle_length |
Integer |
Minimum circle length |
max_circle_length |
Integer |
Maximum circle length |
limit_circle_number |
Integer |
Maximum number of circles you want to search for |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot