Skip to content

Commit 9fb4093

Browse files
committed
Remove unnecessary lines from IDF class docs
1 parent 1fc09d8 commit 9fb4093

File tree

1 file changed

+0
-2
lines changed
  • mllib/src/main/scala/org/apache/spark/mllib/feature

1 file changed

+0
-2
lines changed

mllib/src/main/scala/org/apache/spark/mllib/feature/IDF.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ import org.apache.spark.rdd.RDD
3737
*
3838
* @param minimumOccurence minimum of documents in which a term
3939
* should appear for filtering
40-
*
41-
*
4240
*/
4341
@Experimental
4442
class IDF(val minimumOccurence: Long) {

0 commit comments

Comments
 (0)