Files
AFRYCA/plugins/afryca.rcp/preloaded/module/AggregateHPR/function/weithedAverageHPRWithWeights.script
T
2026-05-22 11:14:29 +02:00

11 lines
278 B
Plaintext

<function>
<subclass>afryca.ase.Function</subclass>
<file></file>
<category>AggregateHPR</category>
<name>weithedAverageHPRWithWeights</name>
<description></description>
<code>
return aggregation.hesitantWeigthedAverageWithWeights(hesitant,weights);
</code>
</function>