Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update version
  • Loading branch information
zhengruifeng committed Dec 5, 2016
commit b45f558e4aa5799f2e00d87ab0490ec6755ecc73
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ final class OneVsRestModel private[ml] (
}

/** @group setParam */
@Since("2.2.0")
@Since("2.1.0")
def setFeaturesCol(value: String): this.type = set(featuresCol, value)

/** @group setParam */
@Since("2.2.0")
@Since("2.1.0")
def setPredictionCol(value: String): this.type = set(predictionCol, value)

@Since("1.4.0")
Expand Down