Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -91,6 +91,6 @@ if __name__ == "__main__": | ... | @@ -91,6 +91,6 @@ if __name__ == "__main__": |
| 91 | oFile.write("\n") | 91 | oFile.write("\n") |
| 92 | oFile.write(str(matrix.toarray())) | 92 | oFile.write(str(matrix.toarray())) |
| 93 | oFile.write("\n") | 93 | oFile.write("\n") |
| 94 | - oFile.write(str(similarityMatrix.toarray())) | 94 | + oFile.write(str(similarityMatrix)) |
| 95 | 95 | ||
| 96 | print("Feature extraction and vectorizer in: %fs" % (time() - t0)) | 96 | print("Feature extraction and vectorizer in: %fs" % (time() - t0)) | ... | ... |
-
Please register or login to post a comment