ExampleSet2ClusterModel

User: "ema"
New Altair Community Member
Updated by Jocelyn
Hi,

Can any one please post an example (in xml) of how to use the new operator

ExampleSet2ClusterModel


Thank you

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "land"
    New Altair Community Member
    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">
        <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>
    Greetings,
      Sebastian
    User: "ema"
    New Altair Community Member
    OP
    Thank you very much I really appreciate it