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 to export folder view of cluster method to excel file ?
I performed k-means cluster method on RapidMiner. I want to export data on Folder View to txt or excel file. How can I do that?
folder view of cluster
http://imgur.com/HsbOiym
I want to export data on Folder View
http://imgur.com/h22N6VU
How can I accomplish this?
~Thanks~
folder view of cluster
http://imgur.com/HsbOiym
I want to export data on Folder View
http://imgur.com/h22N6VU
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="5.3.015">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="5.3.015" expanded="true" name="Process">
<process expanded="true">
<operator activated="true" class="loop_files" compatibility="5.3.015" expanded="true" height="94" name="Loop Files" width="90" x="45" y="30">
<parameter key="directory" value="C:\Users\kasim\Desktop\118bus"/>
<process expanded="true">
<operator activated="true" class="read_excel" compatibility="5.3.015" expanded="true" height="60" name="Read Excel" width="90" x="45" y="30">
<parameter key="first_row_as_names" value="false"/>
<list key="annotations">
<parameter key="0" value="Unit"/>
</list>
<list key="data_set_meta_data_information"/>
</operator>
<operator activated="true" class="normalize" compatibility="5.3.015" expanded="true" height="94" name="Normalize" width="90" x="179" y="30">
<parameter key="create_view" value="true"/>
<parameter key="invert_selection" value="true"/>
</operator>
<operator activated="true" class="fast_k_means" compatibility="5.3.015" expanded="true" height="76" name="Clustering" width="90" x="380" y="30">
<parameter key="add_as_label" value="true"/>
<parameter key="k" value="3"/>
</operator>
<connect from_port="file object" to_op="Read Excel" to_port="file"/>
<connect from_op="Read Excel" from_port="output" to_op="Normalize" to_port="example set input"/>
<connect from_op="Normalize" from_port="example set output" to_op="Clustering" to_port="example set"/>
<connect from_op="Clustering" from_port="cluster model" to_port="out 1"/>
<connect from_op="Clustering" from_port="clustered set" to_port="out 2"/>
<portSpacing port="source_file object" spacing="0"/>
<portSpacing port="source_in 1" spacing="0"/>
<portSpacing port="sink_out 1" spacing="0"/>
<portSpacing port="sink_out 2" spacing="0"/>
<portSpacing port="sink_out 3" spacing="0"/>
</process>
</operator>
<connect from_op="Loop Files" from_port="out 1" to_port="result 1"/>
<connect from_op="Loop Files" from_port="out 2" to_port="result 2"/>
<portSpacing port="source_input 1" spacing="0"/>
<portSpacing port="sink_result 1" spacing="0"/>
<portSpacing port="sink_result 2" spacing="0"/>
<portSpacing port="sink_result 3" spacing="0"/>
</process>
</operator>
</process>
How can I accomplish this?
~Thanks~
Tagged:
0