Skip to content

Commit 6e0c59f

Browse files
committed
minor update
1 parent 90d71e8 commit 6e0c59f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mllib/src/main/scala/org/apache/spark/ml/fpm/PrefixSpan.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ final class PrefixSpan(@Since("2.4.0") override val uid: String) extends Params
104104
def setMaxLocalProjDBSize(value: Long): this.type = set(maxLocalProjDBSize, value)
105105

106106
/**
107-
* Param for the name of the sequence column in dataset, rows with nulls in this column
108-
* are ignored.
107+
* Param for the name of the sequence column in dataset (default "sequence"), rows with
108+
* nulls in this column are ignored.
109109
* @group param
110110
*/
111111
@Since("2.4.0")

0 commit comments

Comments
 (0)