Linde–Buzo–Gray algorithm: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Alter: url. URLs might have been anonymized. Add: doi, s2cid. Upgrade ISBN10 to 13. | Use this bot. Report bugs. | Suggested by Abductive | Category:Articles to be expanded from December 2023 | #UCB_Category 53/824
m convert special characters found by Wikipedia:Typo Team/moss (via WP:JWB)
Line 11:
'''output''': codebook that is twice the size and better or as good as ''old-codebook''
''new-codebook'' ← {}
'''for each''' ''old-codevector'' '''in''' ''old-codebook'' '''do'''
Line 24:
'''do'''
''previous-codebook'' ← ''codebook''
''clusters'' ← divide ''training'' into |''codebook''| clusters, where each cluster contains all vectors in ''training'' who are best represented by the corresponding vector in ''codebook''
'''for each''' cluster ''cluster'' in ''clusters'' '''do'''
the corresponding code vector in ''codebook'' ← the centroid of all training vectors in ''cluster''
'''while''' difference in error representing ''training'' between ''codebook'' and ''previous-codebook'' > {{epsilon}}