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
Answers
unfortunately KennardStone uses only the unweighted euclidean distance. We will add it on our ToDo, but since there is a hell of work waiting, we can't promise that it is already in the next release...
Greetings,
Sebastian
I nearly forgot to mention, that you could use the AttributeWeightsApplier to transform the numeric values of your attributes according to the attribute weights. This will enable you to use KennardStone with weighted distance calculation.
Greetings,
Sebastian
Thanks,
Keith
it's unnecessary to apply the weights within the evolutionaryWeighting, because the exampleset delievered to the inner operators is already weighted by the current weights.
Greetings,
Sebastian