Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem of Subclass split #2

Open
xiewende opened this issue May 11, 2022 · 3 comments
Open

problem of Subclass split #2

xiewende opened this issue May 11, 2022 · 3 comments

Comments

@xiewende
Copy link

nice works!
i want to know the problem of sub-class split
for example:self.split_list = [132, 2, 1, 1, 1, 2, 3, 4, 7, 2, 1, 2, 6, 2, 2, 15, 1, 1, 2, 2, 1] in clustering.py,it means that original-class 0 split into 132 sub-class,however,how to get this 132 sub-class? Is the sub-class divided according to the size of the target area of ​​the original-class?

@Dayan-Guan
Copy link
Owner

Hi @xiewende , thank you for your comments.
The subclass split is set according to the ratio of each original class in the labeled data.

@xiewende
Copy link
Author

for example,in one image ,caontains original-class 0,Is this class divided into 132 subclasses by k-means?If so,Wouldn't the target region of each subclass be tiny?

@Dayan-Guan
Copy link
Owner

Hi @xiewende , we perform clustering on the whole dataset.

Shanru-Lin added a commit to Shanru-Lin/USRN that referenced this issue Aug 7, 2023
…onfigs into normal_kmenas, commented on cluster.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants