NearestTo

NearestTo[x]

リスト elems に適用された場合にNearest[elems,x]を与える演算子形である.

NearestTo[x,n]

リスト elems に適用された場合にNearest[elems,x,n]を与える演算子形である.

NearestTo[x,{n,r}]

リスト elems に適用された場合にNearest[elems,x,{n,r}]を与える演算子形である.

詳細とオプション

  • NearestToは,数値,地理空間,テキスト,可視要素,日付と時間を含む,さまざまなデータに使うことができる.
  • NearestTo[x][elems]NearestTo[elems,x]に等しい.
  • NearestTo[x,n][elems]NearestTo[elems,x,nr]に等しい.ただし,nr は整数 n またはペア{n,r}である.
  • NearestFunctionオブジェクト nf についてのNearestTo[x][nf]nf[x]に等しい.
  • NearestFunctionオブジェクト nf についてのNearestTo[x,nr][nf]nf[x,nr]に等しい.ただし,nr は整数 n またはペア{n,r}である.

例題

すべて開くすべて閉じる

  (4)

20に最も近い要素を求める:

20に最も近い要素を3つ求める:

2Dで{2,3}に最も近い要素を求める:

最も近い色を求める:

最も近い文字列を求める:

スコープ  (6)

最も近い要素を3つ与える:

半径2内の要素を求める:

半径2内の最も近い要素を最大3個求める:

NearestToNearestFunction式に適用する:

nf を直接適用しても同じ結果が得られる:

最も近い文字列の指標を返す:

文字列要素,指標,距離を与えるAssociationを返す:

20に最も近い要素を3つ求め,そのそれぞれを20までの距離と一緒にレポートする:

2Dで{2,3}に最も近い要素を求め,適切なラベルを返す:

Associationを使って同じ結果を計算する:

与えられた値に最も近い密度を持つ要素を求める:

オプション  (1)

DistanceFunction  (1)

デフォルトで,点には標準ユークリッド距離が使われる:

各辺の長さを合計するManhattanDistanceを使う:

ChessboardDistanceは距離の差が最大の次元のみを考慮する:

アプリケーション  (3)

辞書中の最も近い単語を求める:

部分画像に最も近い画像の分割を求める:

メキシコの多角形を取る:

その多角形で自分の現在位置から最も近い点を計算する:

自分の現在位置からその点までの測地線を描画する:

特性と関係  (2)

同順位の場合は,最近要素すべてが順に返される:

NearestTo[x][elems]は,事実上,Nearestの最初の2つの引数の順番を逆にする:

Wolfram Research (2018), NearestTo, Wolfram言語関数, https://reference.wolfram.com/language/ref/NearestTo.html.

テキスト

Wolfram Research (2018), NearestTo, Wolfram言語関数, https://reference.wolfram.com/language/ref/NearestTo.html.

CMS

Wolfram Language. 2018. "NearestTo." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/NearestTo.html.

APA

Wolfram Language. (2018). NearestTo. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/NearestTo.html

BibTeX

@misc{reference.wolfram_2024_nearestto, author="Wolfram Research", title="{NearestTo}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/NearestTo.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_nearestto, organization={Wolfram Research}, title={NearestTo}, year={2018}, url={https://reference.wolfram.com/language/ref/NearestTo.html}, note=[Accessed: 22-November-2024 ]}