Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengruifeng committed Aug 20, 2019
1 parent bc75ed6 commit dcaea26
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,6 @@ class LinearSVCModel private[classification] (
def setThreshold(value: Double): this.type = set(threshold, value)
setDefault(threshold, 0.0)

@Since("2.2.0")
def setWeightCol(value: Double): this.type = set(threshold, value)

private val margin: Vector => Double = (features) => {
BLAS.dot(features, coefficients) + intercept
}
Expand Down

0 comments on commit dcaea26

Please sign in to comment.