필터 지우기
필터 지우기

Finding Pattern in the data set

조회 수: 3 (최근 30일)
sc1991
sc1991 2018년 6월 19일
답변: Bernhard Suhm 2018년 6월 28일
Hello! All I have data from 6 automobiles and i am logging 5 sensors data from each one. is there a way that i can find pattern in the data from these 6 automobiles based on the 5 sensors data. I have been reading about clustering and looks like that is the way to go but still your inputs will be greatly appreciated.
  댓글 수: 1
Image Analyst
Image Analyst 2018년 6월 19일
Does the pattern go across sensor types? Or are the patterns all within each sensor type itself (in which case you mgiht be able to use normalized cross correlation)?

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

답변 (1개)

Bernhard Suhm
Bernhard Suhm 2018년 6월 28일
You are asking a very basic question, like "tell me how to apply data analytics", which is why the comment pointed you to the most fundamental doc page relating to machine learning. This forum is intended for questions relating to specific functions or methods available in MATLAB. - There is no silver bullet, you have to apply the various methods of quantitative or qualitative data exploration. You can visualize the data from the 5 sensors, probably you'll want to pool them across the 6 automobiles. You could use gplotmatrix to look for relationships between pairs of your 5 sensors. Are you trying to predict a quality of these automobiles, or are you really looking just for patterns in the data? If the former, you can look for correlations between the quality of interest and these 5 sensors.

카테고리

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!

Translated by