An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.3.012"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.0.000" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="execute_program" compatibility="5.0.000" expanded="true" height="94" name="Execute Program" width="90" x="112" y="120"> <parameter key="command" value="cmd /c start magnify"/> </operator> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> </process> </operator></process>
@deacon wrote:I’m using rapid miner in an advanced undergraduate course this fall – I’ve been working my way through each of the elements and all is going well so far EXCEPT I can’t figure out how to enlarge the fonts – currently quite small and difficult to read even when projected – any suggestions would be appreciated! Thanks!
This is a huge issue for me too. I abandoned Weka because of the tiny font size. I know of a Mac owner who had no problem with Weka.
I'm a Windows 10 user. I got a sore neck on the first RapidMiner tutorial.
I had planned to launch my Data Science career with RapidMiner. I had planned to created dozens of videos.
Somehow RapidMiner staff can make videos with legible fonts. How do they do that?
Is there some sort of work-around?
I believe that the tiny font size is costing RapidMiner a lot of money.
Here's hoping.
Thank you,
Jim Kitzmiller
I suggest checking out this thread on the issue.
http://community.rapidminer.com/t5/forums/v3_1/forumtopicpage/board-id/Studio/thread-id/18499/page/2
The answer is you have to download another software (Resource Tuner), then edit the manifest file of C:\Program Files\RapidMiner\RapidMiner Studio\jre\bin\javaw.exe, changing <dpiAware>true</dpiAware> to <dpiAware>false</dpiAware>. Stack overflow on it here.
Saved my day man!
Good link, solved the small fonts issue!