フィルターのクリア

how to assign weightage

1 回表示 (過去 30 日間)
johnson saldanha
johnson saldanha 2018 年 11 月 12 日
コメント済み: johnson saldanha 2018 年 11 月 13 日
suppose i have a matrix x and the second row has values ranging from 0.2 to 102 and weightage has to be assigned to these depending on the mean. the values close to the mean should have highest weightage and progressively decrease as it goes farther.
  20 件のコメント
Walter Roberson
Walter Roberson 2018 年 11 月 12 日
You said that the values closest to the mean should have the highest weight . sorted_distance tells you exactly how far values are from the mean, arranged in increasing distance . sort_order tells you what the original order was. For example if the first entry of sorted_distance is 0.063 and the first entry of sort_order is 19 then that tells you that the entry that was closest to the mean was aa distance of 0.063 from the mean and that it was the 19th row in the original data that had that entry .
Now it is up to you to decide how a particular distance from the mean shold be transformed into a weight .
johnson saldanha
johnson saldanha 2018 年 11 月 13 日
yeah got it. thank you

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeLoops and Conditional Statements についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by