We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d71e8 commit 6e0c59fCopy full SHA for 6e0c59f
1 file changed
mllib/src/main/scala/org/apache/spark/ml/fpm/PrefixSpan.scala
@@ -104,8 +104,8 @@ final class PrefixSpan(@Since("2.4.0") override val uid: String) extends Params
104
def setMaxLocalProjDBSize(value: Long): this.type = set(maxLocalProjDBSize, value)
105
106
/**
107
- * Param for the name of the sequence column in dataset, rows with nulls in this column
108
- * are ignored.
+ * Param for the name of the sequence column in dataset (default "sequence"), rows with
+ * nulls in this column are ignored.
109
* @group param
110
*/
111
@Since("2.4.0")
0 commit comments