Skip to content

Commit 8f20b82

Browse files
committed
update comment
1 parent 379066d commit 8f20b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/scala/org/apache/spark/examples/mllib/CosineSimilarity.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ object CosineSimilarity {
6363
|
6464
| ./bin/spark-submit --class org.apache.spark.examples.mllib.CosineSimilarity \
6565
| examplesjar.jar \
66-
| --inputFile data/mllib/sample_svm_data.txt --threshold 0.1
66+
| --threshold 0.1 data/mllib/sample_svm_data.txt
6767
""".stripMargin)
6868
}
6969

0 commit comments

Comments
 (0)