Knnsearch given wrong number of argument

1 回表示 (過去 30 日間)
Tino
Tino 2019 年 5 月 13 日
編集済み: Walter Roberson 2023 年 1 月 29 日
matlaHi
Can anyone effectively correct me on this
Thanks in advance
Regards
Jonathan
Train = [1194; 1005; 731; 658; 652; 556; 664, 645, 542, 644];
X = Train;
Y = [359 1194; 264 1005; 198 731; 166 658; 200 652; 160 556; 170 664; 147 645; 160 542; 177 644];
[idx, dist] = knnsearch(X,Y,'k', 1,'includeties','IncludeTies', true);
Error using internal.stats.parseArgs (line 42)
Wrong number of arguments.
Error in knnsearch (line 142)
internal.stats.parseArgs(pnames, dflts, varargin{:});
Error in compa (line 5)
[idx, dist] = knnsearch(X,Y,'k', 1,'includeties','IncludeTies', true);

回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 5 月 13 日
移動済み: Sabin 2023 年 1 月 29 日
[idx, dist] = knnsearch(X,Y,'k', 1,'includeties',true);
  1 件のコメント
Tino
Tino 2019 年 5 月 13 日
移動済み: Sabin 2023 年 1 月 29 日
Thanks Walter

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

カテゴリ

Help Center および File ExchangeGet Started with Statistics and Machine Learning Toolbox についてさらに検索

タグ

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by