필터 지우기
필터 지우기

Clustering or linking data

조회 수: 2 (최근 30일)
ubaid haroon
ubaid haroon 2017년 10월 12일
답변: ViktoriaG 2019년 1월 28일
I have a data set of 10 different objects. Each column of this data set has Time ,Position(X,Y,Z), Velocity(X,Y,Z), and Acceleration(X,Y,Z). ECEF and ECI coordinates used for XYZ.
How can I use the information provided to cluster or link data together. I have looked into pdist, linkage, clusterdata, and dendrogram in MATLAB but I am still not sure how to tackle this problem.
My goal is to cluster these objects together depending on the distances between the Position, Velocity, and Acceleration. Cluster objects with similar Position, Velocity or acceleration together.
My data is a structure of the following format. data [ 1 x 1 struct] data.objects [ 1 x 10 struct] data.objects(1) [ N x 9], where N = # of indexes and they vary per object.
Any help would be appreciated.
  댓글 수: 1
KSSV
KSSV 2017년 10월 13일
dendogram should work for you. What problem you are facing?

댓글을 달려면 로그인하십시오.

답변 (1개)

ViktoriaG
ViktoriaG 2019년 1월 28일
Hey,
I have the same problem here :) did it solve your problem? how did you implement the linkage function or clustering method? my data is also a structure and I'm struggeling to use those function on a structure
Thanks
Viktoria

카테고리

Help CenterFile Exchange에서 Cluster Analysis and Anomaly Detection에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by