How to write batch process for Visualization using RM
I have a .csv file generated dynamically.
so i need to jst visualize the data within the csv file.
I imported the .csv file.It lead me through some dialogs.and created its data view ,When i clicked plot view....I was able to select x and y axis and plotted graph.
but am i able to do this automatically....scripts or something like that to load the csv file automatically and plot its graph?
so i need to jst visualize the data within the csv file.
I imported the .csv file.It lead me through some dialogs.and created its data view ,When i clicked plot view....I was able to select x and y axis and plotted graph.
but am i able to do this automatically....scripts or something like that to load the csv file automatically and plot its graph?
Find more posts tagged with
Sort by:
1 - 12 of
121

I'm not an expert on that library, but sound like you need the "Reporting" extension.
I made an example here
http://rapidminernotes.blogspot.co.uk/search/label/Reporting
Hope it helps.
Andrew
http://rapidminernotes.blogspot.co.uk/search/label/Reporting
Hope it helps.
Andrew
thanks for the reply
I tried ...
my xml file :https://github.com/studhadoop/rapidminer/blob/master/XML
one of my csv file :https://github.com/studhadoop/rapidminer/blob/master/output.csv
when i checked drawreport.pdf the file displays the header:visualization and a graph with only y axis .why is it so???
Am i doing anything wrong .sould i change anything in my xml file .
am i draging the right process ???
for the time being i need a bar graph for all the csv files and save in different pdf
I tried ...
my xml file :https://github.com/studhadoop/rapidminer/blob/master/XML
one of my csv file :https://github.com/studhadoop/rapidminer/blob/master/output.csv
when i checked drawreport.pdf the file displays the header:visualization and a graph with only y axis .why is it so???
Am i doing anything wrong .sould i change anything in my xml file .
am i draging the right process ???
for the time being i need a bar graph for all the csv files and save in different pdf
Hello
If you make a copy of the operator that now works and paste it so that it is called immediately after you should find two identical graphs (although you are doing loops so I don't know what will happen precisely).
If that works, modify the pasted operator to do what you want.
Your original process was really very close so I will go quiet for a bit to allow you to make the final step alone. It will be for the best believe me.
regards
Andrew
If you make a copy of the operator that now works and paste it so that it is called immediately after you should find two identical graphs (although you are doing loops so I don't know what will happen precisely).
If that works, modify the pasted operator to do what you want.
Your original process was really very close so I will go quiet for a bit to allow you to make the final step alone. It will be for the best believe me.
regards
Andrew
hai ,
how will i include generate portal in my process.
sorry, ???
I dont know where to connect the process
my xml file:https://github.com/studhadoop/rapidminer/blob/master/generateportal
i tried but showing im==null
can any one tell me where to connect my generate_portal
how will i include generate portal in my process.
sorry, ???
I dont know where to connect the process
my xml file:https://github.com/studhadoop/rapidminer/blob/master/generateportal
i tried but showing im==null
can any one tell me where to connect my generate_portal
