Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はc#に構造体のリストを持っています。構造体には5つの変数があります(int doc1、intparagraph1、int doc2、intparagraph2、float類似性)。doc1、paragraph1は、この類似性の値によってdoc2のparag2に関連付けられているdocの段落のインデックスを表します。ドキュメント内の段落が、類似性の異なる他の多くの段落に関連付けられている可能性があります。最大の類似性を持つparag2とdoc2が欲しいです。
構造体の演算子 ==、>、>=、<、<=、!= をオーバーライドしてから、LINQ を使用してリストから最大値を取得します。