Bubble-Sets icon indicating copy to clipboard operation
Bubble-Sets copied to clipboard

A Java implementation of Bubble Sets.

Results 8 Bubble-Sets issues
Sort by recently updated
recently updated
newest added

This pull request is focused on resolving occurrences of Sonar rule squid:S2131 - “Primitives should not be boxed just for "String" conversion”. You can find more information about the issue...

This pull request is focused on resolving occurrences of Sonar rule squid:S1244 - “Floating point numbers should not be tested for equality”. You can find more information about the issue...

This pull request is focused on resolving occurrences of Sonar rule squid:S2786 - “Nested "enum"s should not be declared static”. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S2786...

Use the Ramer–Douglas–Peucker algorithm ( http://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm ) as alternative smoothing algorithm.

When passing edges to the bubble-set creation it is possible to not cover all nodes resulting in a broken shape. The idea is to recognize this problem and add edges...

Compute bubble sets for multiple groups in parallel. (If it is possible)