two clustering algorithm's graph in a single plot
조회 수: 1 (최근 30일)
이전 댓글 표시
How to plot affinity propagation clustering graph and k means clustering graph in a single graph for the same dataset?
댓글 수: 0
답변 (1개)
Image Analyst
2020년 8월 9일
What is "affinity propagation clustering graph"? Do you have code to make that? In general, call "hold on" and then call scatter() or gscatter() and plot each set with different colors.
댓글 수: 4
Image Analyst
2020년 8월 9일
I'm trying but you're not letting me. For example, you didn't answer either of my questions. Make it easy for us to help you, not hard. Do you have ANYTHING to help us get started here? Reply after you read this link.
참고 항목
카테고리
Help Center 및 File Exchange에서 Directed Graphs에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!