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.
私はシキットが初めてです。 Scikit KMeans で事前計算された距離行列を使用した例が見つかりません。 例を挙げて、これで誰かが光を当てることができますか?
scikit-learn では、カスタム (事前計算済み) 距離行列を渡すことはできません。プロセスを高速化するためにユークリッド距離行列を事前計算できますが、ソースをハッキングせずに独自の距離行列を使用する方法はありません。