Skip to content

Commit

Permalink
adjust code style of HuberRobustRegressionWithLBFGS
Browse files Browse the repository at this point in the history
  • Loading branch information
fjiang6 authored and Bo Meng committed Sep 4, 2014
1 parent 6f58e80 commit ab0f539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ class HuberRobustRegressionWithLBFGS
override protected def createModel(weights: Vector, intercept: Double) = {
new HuberRobustRegressionModel(weights, intercept)
}
}
}

0 comments on commit ab0f539

Please sign in to comment.