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
ClusterDensityEvaluator
Hi,
I was working with the operator, "ClusterDensityEvaluator", with the below code.
Thanks for your help,
Shubha
I was working with the operator, "ClusterDensityEvaluator", with the below code.
<operator name="Root" class="Process" expanded="yes">But the "ClusterDensityEvaluator" operator needs the SimilarityMeasure operator also to make it work. What 'SimilarityMeasure' is this? I meant the similarity measure from what to what?
<operator name="ExampleSetGenerator" class="ExampleSetGenerator">
<parameter key="target_function" value="sum classification"/>
<parameter key="number_examples" value="200"/>
<parameter key="number_of_attributes" value="2"/>
</operator>
<operator name="KMeans" class="KMeans">
</operator>
<operator name="ClusterDensityEvaluator" class="ClusterDensityEvaluator" breakpoints="before">
</operator>
</operator>
Thanks for your help,
Shubha
0
Answers
this SimiliarityMeasure contains informations about the distance between each two examples. The below code will provide a SimiliarityMeasure Greetings,
Sebastian
Thanks,
Shubha
yes of course it is based on some scientific research paper, but unfortunantely I don't know which one.
Greetings,
Sebastian