翻訳と辞書
Words near each other
・ "O" Is for Outlaw
・ "O"-Jung.Ban.Hap.
・ "Ode-to-Napoleon" hexachord
・ "Oh Yeah!" Live
・ "Our Contemporary" regional art exhibition (Leningrad, 1975)
・ "P" Is for Peril
・ "Pimpernel" Smith
・ "Polish death camp" controversy
・ "Pro knigi" ("About books")
・ "Prosopa" Greek Television Awards
・ "Pussy Cats" Starring the Walkmen
・ "Q" Is for Quarry
・ "R" Is for Ricochet
・ "R" The King (2016 film)
・ "Rags" Ragland
・ ! (album)
・ ! (disambiguation)
・ !!
・ !!!
・ !!! (album)
・ !!Destroy-Oh-Boy!!
・ !Action Pact!
・ !Arriba! La Pachanga
・ !Hero
・ !Hero (album)
・ !Kung language
・ !Oka Tokat
・ !PAUS3
・ !T.O.O.H.!
・ !Women Art Revolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

K-medoid : ウィキペディア英語版
K-medoids

The -medoids algorithm is a clustering algorithm related to the algorithm and the medoidshift algorithm. Both the -means and -medoids algorithms are partitional (breaking the dataset up into groups) and both attempt to minimize the distance between points labeled to be in a cluster and a point designated as the center of that cluster. In contrast to the -means algorithm, -medoids chooses datapoints as centers (medoids or exemplars) and works with an arbitrary matrix of distances between datapoints instead of l_2. This method was proposed in 1987〔Kaufman, L. and Rousseeuw, P.J. (1987), Clustering by means of Medoids, in Statistical Data Analysis Based on the L_1–Norm and Related Methods, edited by Y. Dodge, North-Holland, 405–416.〕 for the work with l_1 norm and other distances.
-medoid is a classical partitioning technique of clustering that clusters the data set of objects into clusters known ''a priori''. A useful tool for determining is the silhouette.
It is more robust to noise and outliers as compared to because it minimizes a sum of pairwise dissimilarities instead of a sum of squared Euclidean distances.
A medoid can be defined as the object of a cluster whose average dissimilarity to all the objects in the cluster is minimal. i.e. it is a most centrally located point in the cluster.
==Algorithms==
The most common realisation of -medoid clustering is the Partitioning Around Medoids (PAM) algorithm and is as follows:
# Initialize: randomly select (without replacement) of the data points as the medoids
# Associate each data point to the closest medoid.
# While the cost of the configuration decreases:
## For each medoid , for each non-medoid data point :
### Swap and , recompute the cost (sum of distances of points to their medoid)
### If the total cost of the configuration increased in the previous step, undo the swap
Other algorithms than PAM have been suggested in the literature, including the following Voronoi iteration method:
# Select initial medoids
# Iterate while the cost decreases:
## In each cluster, make the point that minimizes the sum of distances within the cluster the medoid
## Reassign each point to the cluster defined by

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「K-medoids」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.