Find more posts tagged with
Sort by:
1 - 8 of
81

Hi @StanleyTas ,
I am sorry, but from your description it is unclear what your problem is?
Best,
Martin
I think you probably need to define two clusters using a method like DBSCAN, which will isolate the two spirals from each other. Once you have that, then you can generate a random number for the first cluster (or the one that corresponds to the outer spiral) and then remove 70% of those based on a simple numerical threshold.
Hi,
what you probably want to do: Apply DBScan on your data, check for the cluster which makes the outer ring, Filter for the outer ring, sample it down.
This should be enough to solve this. We are happy to help here with questions to our software. We are however not doing your complete assignments.
Best,
Martin