필터 지우기
필터 지우기

重心法や群平均法を用いたクラスタリング

조회 수: 2 (최근 30일)
早恵香
早恵香 2024년 4월 24일
以下のようなデータを重心法または群平均法でクラスタリングしたいのですがどうすればいいのでしょうか。
また、クラスタリングしたデータは後で1次元のグラフで出します。
pd = makedist('Normal');
valid_rows = 300;
r = random(pd,[valid_rows,1]
r = 300x1
-0.2018 -1.2097 -1.6922 -0.9883 -0.9255 -0.3958 0.0815 0.4605 1.4051 1.1273
<mw-icon class=""></mw-icon>
<mw-icon class=""></mw-icon>

답변 (0개)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!