CountDistinctBy

CountDistinctBy[{e1,e2,},f]

f[ei]の他とは異なる値の数を与える.

CountDistinctBy[f]

式に適用可能なCountDistinctByの演算子形を与える.

詳細

例題

すべて開くすべて閉じる

  (2)

他とは異なる最初の部分を数える:

連想の最初の部分が他とは異なる値の数を数える:

CountDistinctByの演算子形を使う:

アプリケーション  (1)

「Alice in Wonderland」(不思議の国のアリス)のテキストに現れる単語を抽出する:

大文字小文字は無視して,他とは異なる単語の数を数える:

特性と関係  (2)

CountDistinctBy[list,f]CountDistinct[f/@list]と同じ結果を与える:

CountDistinctBy[list,f]は,変換 f を各要素に適用し,その結果を比較する:

CountDistinct[list,test]は,test を2つの要素に適用し,両者が等しいかどうかを判定する:

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

テキスト

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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