-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Controlling number of exemplars in ND
When number of exemplars found is more than `nd_bins` do the following: - find the closest exemplar to the exemplar #1; - adjust `delta` as `delta += min_distance`; - if the distance between two exemplars is less than new `delta` merge them and store the mapping info; - adjust exemplar's info for all the relevant members at the end.
- Loading branch information
Oleksiy Kononenko
committed
Aug 20, 2018
1 parent
8237ac7
commit 5385071
Showing
3 changed files
with
107 additions
and
33 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
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
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