ExampleSet2ClusterModel
ema
New Altair Community Member
Hi,
Can any one please post an example (in xml) of how to use the new operator
ExampleSet2ClusterModel
Thank you
Can any one please post an example (in xml) of how to use the new operator
ExampleSet2ClusterModel
Thank you
Tagged:
0
Answers
-
Hi,
this operator creates a flat cluster model using a nominal attribute and dividing the exampleset by this attribute over the clusters. Every value is mapped onto a cluster, including the unkown value. This operator will create a cluster attribute if not present yet.<operator name="Root" class="Process" expanded="yes">
Greetings,
<operator name="NominalExampleSetGenerator" class="NominalExampleSetGenerator">
</operator>
<operator name="ExampleSet2ClusterModel" class="ExampleSet2ClusterModel">
<parameter key="attribute" value="att1"/>
<parameter key="keep_example_set" value="true"/>
</operator>
<operator name="ClusterModel2ExampleSet" class="ClusterModel2ExampleSet">
</operator>
</operator>
Sebastian
0 -
Thank you very much I really appreciate it
0