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

clustering: Throw exception when get_k_center/get_core_members is called before clustering is performed #185

Closed
rimms opened this issue Sep 17, 2015 · 1 comment
Assignees
Milestone

Comments

@rimms
Copy link
Member

rimms commented Sep 17, 2015

clustering::get_nearest_center raises an exception when called before clustering is performed. (See. #150 and #95)

But, clustering::get_k_center and clustering::get_core_members does not raise an exception in the same situation. (empty list will be returned)

It's confusing.

I think clustering::get_k_center and clustering::get_core_members should raise an exception when called before clustering is performed.

@kmaehashi kmaehashi added this to the Near Future milestone Oct 21, 2015
@kmaehashi kmaehashi modified the milestones: 0.2.5, Near Future Nov 9, 2015
@kmaehashi kmaehashi changed the title clustering: Throw exception when get_k_center is called before clustering is performed clustering: Throw exception when get_k_center/get_core_members is called before clustering is performed Nov 17, 2015
@kmaehashi
Copy link
Member

Fixed via #207

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