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
Correlation Attributes with SVM
theopilus27
Member Posts: 8 Contributor II
in Help
im sorry my english very bad.
ok. i am implementation SVM for major in higher students school
for my case with two classification (IPA & IPS) with 17 attributes and two attributes prediction (IPA& IPS)
this is my example dataset :
A B C D E F G
0.1 0.2 0.3 9.0 8.0 7.0 IPA
my questions is :
1) how i can implementation min-max normalization with rapidminer ?
2). how i can find correlation attributes ? i have been tried using Correlation matrix but can unable pairwise attribute (example : attributes A & B correlation 0.7) I would expect to show 3 or more correlation attributes..
Please help me..
Thx u very much
ok. i am implementation SVM for major in higher students school
for my case with two classification (IPA & IPS) with 17 attributes and two attributes prediction (IPA& IPS)
this is my example dataset :
A B C D E F G
0.1 0.2 0.3 9.0 8.0 7.0 IPA
my questions is :
1) how i can implementation min-max normalization with rapidminer ?
2). how i can find correlation attributes ? i have been tried using Correlation matrix but can unable pairwise attribute (example : attributes A & B correlation 0.7) I would expect to show 3 or more correlation attributes..
Please help me..
Thx u very much
0
Answers
1) You can use the Normalize operator.
2) The Correlation Matrix operator has 3 outputs. Did you have a look at all of them?
Best regards,
Marius
has 3 outputs?? mm, in my display unable pairwise attribute (example : attributes A & B correlation 0.7)..why different??
i used 10 fold cross validation. if after i was used 10 fold cross validation, what i do need to do divided my data set into two parts
( training and testing) ??
"because my literature said that the data should divided into two parts ( training and testing) with 50%-50%. testing data is used to labeling.."
Regarding the cross validation: if you use a cross validation, you don't need a so-called hold-out validation in addition. Just google for the cross validation to find out about its concepts and its use. There is a lot of material about it on the web.
Best regards,
Marius
my next questing is if i am using normalization (for example minmax and decimal point normalization) what this change structur my dataset ??
and
how do i know processing time consume when classification in rapidminer ???
i ve tried it but why the result is different with my calculate with excel..?? my formula in excel is Please help me sir..thx u..
you have to enable expert mode in RapidMiner (if not yet done so), and set the method parameter of the Normalization operator to range_transformation.
Best regards,
Marius