-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Change the criteria for terminating clustering.
+ The following termination criteria have been added: - Minimum cluster size is less than or equal to 0.5% of the sample's read number. - Decrease in the proportion of samples with a silhouette score of 0.25 or higher. + The following termination criterion has been removed: - Adjusted Rand Index >= 0.95, as it led to early termination when minor clusters were generated.
- Loading branch information
Showing
1 changed file
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters