how to build the distribution of each feature of the learning data set(.xsls) ?

조회 수: 3 (최근 30일)
Namratha Mulpuri
Namratha Mulpuri 2021년 10월 19일
답변: Pranjal Kaura 2021년 10월 27일
the data is with 5 features like date of purchase, house age, location, distance to nearest MRT station, and house price of unit area.

답변 (1개)

Pranjal Kaura
Pranjal Kaura 2021년 10월 27일
Hey,
You could use the 'Distribution Fitter' App to fit probabilistic distributions to data. You can also go through the 'Data distribution plots' to know more about plotting distributions in MATLAB. One such plotting function is 'histfit'.
To read a 'csv' file in MATLAB, you can use the 'readtable' method.
Hope this helps!

Community Treasure Hunt

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

Start Hunting!

Translated by