tol

matplotlib

[scikit-learn] 11. k-means法によるクラスタリング

sklearn.clusterのKMeansでk平均法によるクラスタリングをすることができる。ここではsklearn.datasets.make_blobsで作成したデータに対してクラスタリングを行う方法について説明する。
python

[scikit-image] 66. レベルセット法による画像のセグメンテーション(skimage.segmentation chan_vese)

skimage.segmentationのChan-Vese Algorithmによる画像のセグメンテーション例について説明する。