pyodi icon indicating copy to clipboard operation
pyodi copied to clipboard

About clustering

Open cyh-123 opened this issue 3 years ago • 1 comments

Excuse me, I want to know how clustering is done. I don't see the call of core/clustering.py in the place where the plot is drawn? Did I understand it wrong?

cyh-123 avatar Aug 30 '21 03:08 cyh-123

Clustering is called in train_config_generation: https://github.com/Gradiant/pyodi/blob/master/pyodi/apps/train_config/train_config_generation.py#L190

We create an AnchorGenerator object from those clusters and that is what is plotted: https://github.com/Gradiant/pyodi/blob/master/pyodi/apps/train_config/train_config_generation.py#L206

mmeendez8 avatar Aug 30 '21 07:08 mmeendez8