shahsohil / DCC

This repository contains the source code and data for reproducing results of Deep Continuous Clustering paper
MIT License
209 stars 53 forks source link

two quetions #24

Open mz3220 opened 4 years ago

mz3220 commented 4 years ago

Hi I have couple of questions: 1-in config.py

Fraction of "change in label assignment of pairs" to be considered for stopping criterion - 1% of pairs __C.STOPPING_CRITERION = 0.001

isn't should be 0.01?

2-the lambda parameter is the λ coefficient in the paper?

Thank you