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
How do I use
I'm new to RapidMiner and currently I'm using it for my bachelor thesis.
I want to analyze websites of specific companys. If I use the operator "Get Page" I receive just the first page but I want to use every page of the website. How can I solve this problem?
Thank you very much for your help in advance!
I want to analyze websites of specific companys. If I use the operator "Get Page" I receive just the first page but I want to use every page of the website. How can I solve this problem?
Thank you very much for your help in advance!
Tagged:
0
Answers
You can crawl web pages recursively but there is a known issue with "Crawl web" operator. As a workaround, you could use loop, inside which "Get page" will give you individual web.
HTH!
YY