We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embedding.scala 如下代码,写操作无用,为何呢???????
val bw = new BufferedWriter(new FileWriter(file)) for (movieId <- model.getVectors.keys) { bw.write(movieId + "::" + model.getVectors(movieId).mkString(" ") + "\n") println(model.getVectors(movieId).mkString(" ")) } bw.close()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Embedding.scala 如下代码,写操作无用,为何呢???????
The text was updated successfully, but these errors were encountered: