Skip to content

Commit

Permalink
Remove unnecessary lines from IDF class docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnowling committed Sep 23, 2014
1 parent 1fc09d8 commit 9fb4093
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mllib/src/main/scala/org/apache/spark/mllib/feature/IDF.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ import org.apache.spark.rdd.RDD
*
* @param minimumOccurence minimum of documents in which a term
* should appear for filtering
*
*
*/
@Experimental
class IDF(val minimumOccurence: Long) {
Expand Down

0 comments on commit 9fb4093

Please sign in to comment.