idaholab / raven

RAVEN is a flexible and multi-purpose probabilistic risk analysis, validation and uncertainty quantification, parameter optimization, model reduction and data knowledge-discovering framework.
https://raven.inl.gov/
Apache License 2.0
218 stars 133 forks source link

Incorrect scikit-learn test result #157

Closed maljovec closed 2 years ago

maljovec commented 7 years ago

Issue Description

What did you expect to see happen?

According to the test case listed on the sci-kit learn webpage, the affinity propagation algorithm should identify 3 clusters.

What did you see instead?

image

Do you have a suggested fix for the development team?

No suggested fix, but this should be debugged to ensure the algorithm is being called appropriately.

Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue.

See run_tests --re=framework/PostProcessors/DataMiningPostProcessor/Clustering.AffinityPropogation


For Change Control Board: Issue Review

This review should occur before any development is performed as a response to this issue.


For Change Control Board: Issue Closure

This review should occur when the issue is imminently going to be closed.

wangcj05 commented 2 years ago

I have run the test case, and get the following clusters: image

It seems to me there is no issue about the clustering implementation.