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
DataGenerator Criteria for target function
gustavo_baldani
Member Posts: 3 Contributor I
Hi everybody!!
I´m new in Datamaning and in RapidMiner too. xD
I want to know where can i see which criteria is taken to calculate the target funcion: simple polynomial classification in the DataGenerator operator.
Any help?
Thks!
I´m new in Datamaning and in RapidMiner too. xD
I want to know where can i see which criteria is taken to calculate the target funcion: simple polynomial classification in the DataGenerator operator.
Any help?
Thks!
0
Answers
I had the same question and decided to look at the code to get the answer. To save you some time, you could look here
http://rapidminernotes.blogspot.com/2009/11/examplesetgenerator-parameters.html
regards
Andrew
thks for replying.
I have seen that post, and it was very usefull. But... Help me a little....
simple polynomial classification: label = "positive" if att1^4 > 100 otherwise "negative"
2 points:
- Its always that condition? I couldn´t find a relatsionship between my values and that binomial label (In my run).
- Where can i see that criteria "Here is a list (taken from the source code) " ? In wich part have you seen that?
Sorry for this basic question.
I have been working in BI the last 6 years, bue i´m new in DM and in RapidMiner.
I really like it.
Thks again.
Royal wedding here - not invited but mildly drunk anyway
I found this file and this code cheers!
Andrew
Thks a lot Andrew!
Best regards.