問題タブ [minhash]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
scala - Spark で minHashLSH のデータフレームを変換する
私はこのデータフレームを持っています:
そして、それを次の形式に変換したいと思います。
MinHashLSH 変換 ( https://spark.apache.org/docs/2.2.3/api/scala/index.html#org.apache.spark.ml.feature.MinHashLSH )を使用できるように、これを実行したいと考えています。 .
次のようにUDFを試しましたが、成功しませんでした:
誰か助けてくれませんか?