How to make pairplots using gplotmatrix?
Mostrar comentarios más antiguos
Attached is the data of three categories. I need to make pairplots for them. They have different length. How can I swal with data that has different length?
According to the data, B10 with the value of "8331" what would be its pair in B1?
And my next question is that how I can define "group" for gplotmatrix in the data that I have? Should it be like
group={'B1','B10','HE'}
And do you have any other suggestion to make pairplots other than gplotmatrix?
3 comentarios
Star Strider
el 22 de Feb. de 2020
How are the data related? (Note that ‘B10’ appears to have finite values for all 34 rows, while ‘B1’ and ‘He’ do not have the same number of finite elements.) Interpolating them does not appear to be an option, so it would be necessary to devise some sort of function that relates them.
If no such relation exists, it may not be possible to do what you want to do with your data.
Zeynab Mousavikhamene
el 23 de Feb. de 2020
Star Strider
el 23 de Feb. de 2020
You can do that for the complete data you have. Use those to develop a classifier, then classify the rest of your data using that classifier. That is as close as I can get, however.
Respuestas (0)
Categorías
Más información sobre Pattern Recognition en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!