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
"read multiple files from XML file"
Hello!
I came a cross a problem which is I have to run one XML file and it reads the data from an AML file (using the operator example source) but I have 36 AML files to read the data from so until now have been copying and pasting the XML files (36 files in all) and just changing the name of the of the AML files.
By reading the rapidminer manual i get the feeling I can pass a file with the names of all the AML files to read from, but i'm not sure how to do it???
Can anyone give me some help please??
Thanks in advance =P
All the best
Ana Luisa
I came a cross a problem which is I have to run one XML file and it reads the data from an AML file (using the operator example source) but I have 36 AML files to read the data from so until now have been copying and pasting the XML files (36 files in all) and just changing the name of the of the AML files.
By reading the rapidminer manual i get the feeling I can pass a file with the names of all the AML files to read from, but i'm not sure how to do it???
Can anyone give me some help please??
Thanks in advance =P
All the best
Ana Luisa
Tagged:
0
Answers
if you check out the developer version of RapidMiner in the Zaniah branch, you could use the new Directory Iterator Operator. This will set a macro for every file within a directory. The macro might be used to specify the file within an ExampleSetReader.
Another macro might be used to write results into files: The %{a} macro specifies the apply count of any operator. The process will look like this: Hope that will help you.
Greetings,
Sebastian
Thank you, yes it helped a lot.
I don't know if i have to create a new post about what i'm going to ask, but here it goes.
Do you have in the 4.3 version of RM more similarity measures for k-NN?? (http://rapid-i.com/rapidforum/index.php/topic,131.msg488.html#msg488)
I don't seem to find the parameter refering to similarities measures , what is the parameter ?
I can only see measure_types and mixed_measure(only have misex euclideandistance).
All the best
ana luisa
there is an abundance of distance measures available. That's why we have divided them into 4 groups:
- Nominal
- Numerical
- Mixed (what is the default selection)
- Bregman Divergences
Each of this groups provides a different selection of measures in a drop_down box.Greetings,
Sebastian