The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"handling ordinal data and attribute weighting"
hello,
my first question is about handling ordinal data.
I have a dataset, described like this...
ID--> ID of each patient --> nominal
Age --> age of each patient --> integer
Test_i (i=1,..,4) -->score/grade of each test.--> ordinal--> [value ranges from 1,...,6, higher grade is more severe]
Class --> {cancer, not cancer) --> class of this dataset.
my question is, how to handle the attribute Test_i, it has ordinal data. Can I simply handle those attributes as integer or maybe I should handle those attribute as weights, or there are another ways?
my second question is about attribute weighting.
in that dataset, I use multiple attribute weighting technique, but i found that one out of 5 attribute resulted in 0 by normalizing weights and resulted in very much less value than other (e.g. the weight of this attribute is 0.00xx, the others is about >= 0.2xxx). Can I simply ignore that attribute?
Thank you very much for your reply.
best regards,
Dimas Yogatama
my first question is about handling ordinal data.
I have a dataset, described like this...
ID--> ID of each patient --> nominal
Age --> age of each patient --> integer
Test_i (i=1,..,4) -->score/grade of each test.--> ordinal--> [value ranges from 1,...,6, higher grade is more severe]
Class --> {cancer, not cancer) --> class of this dataset.
my question is, how to handle the attribute Test_i, it has ordinal data. Can I simply handle those attributes as integer or maybe I should handle those attribute as weights, or there are another ways?
my second question is about attribute weighting.
in that dataset, I use multiple attribute weighting technique, but i found that one out of 5 attribute resulted in 0 by normalizing weights and resulted in very much less value than other (e.g. the weight of this attribute is 0.00xx, the others is about >= 0.2xxx). Can I simply ignore that attribute?
Thank you very much for your reply.
best regards,
Dimas Yogatama
Tagged:
0
Answers
Cheers,
Ingo