Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/16013#discussion_r89676289
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/optimization/LBFGS.scala ---
@@ -49,8 +49,18 @@ class LBFGS(private var gradient: Gradient, private var
updater: Updater)
* Set the number of corrections used in the LBFGS update. Default 10.
* Values of numCorrections less than 3 are not recommended; large values
* of numCorrections will result in excessive computing time.
- * 3 < numCorrections < 10 is recommended.
- * Restriction: numCorrections > 0
+ *
+ * {{{
+ * 3 < numCorrections < 10
+ * }}}
+ *
+ * is recommended.
+ *
+ * Restriction:
+ *
+ * {{{
+ * numCorrections > 0
+ * }}}
--- End diff --
- Java
<img width="505" alt="2016-11-27 3 57 43"
src="https://cloud.githubusercontent.com/assets/6477701/20642578/c0725a76-b455-11e6-9ebe-6e573f2acf8a.png">
- Scala
<img width="510" alt="2016-11-27 3 58 05"
src="https://cloud.githubusercontent.com/assets/6477701/20642579/c2ca9388-b455-11e6-8b29-a0195fb74d61.png">
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]