-
- Downloads
[SPARK-10231] [MLLIB] update @Since annotation for mllib.classification
Update `Since` annotation in `mllib.classification`: 1. add version to classes, objects, constructors, and public variables declared in constructors 2. correct some versions 3. remove `Since` on `toString` MechCoder dbtsai Author: Xiangrui Meng <meng@databricks.com> Closes #8421 from mengxr/SPARK-10231 and squashes the following commits: b2dce80 [Xiangrui Meng] update @Since annotation for mllib.classification
Showing
- mllib/src/main/scala/org/apache/spark/mllib/classification/ClassificationModel.scala 4 additions, 3 deletions...ache/spark/mllib/classification/ClassificationModel.scala
- mllib/src/main/scala/org/apache/spark/mllib/classification/LogisticRegression.scala 14 additions, 6 deletions...pache/spark/mllib/classification/LogisticRegression.scala
- mllib/src/main/scala/org/apache/spark/mllib/classification/NaiveBayes.scala 22 additions, 6 deletions...la/org/apache/spark/mllib/classification/NaiveBayes.scala
- mllib/src/main/scala/org/apache/spark/mllib/classification/SVM.scala 10 additions, 5 deletions...ain/scala/org/apache/spark/mllib/classification/SVM.scala
- mllib/src/main/scala/org/apache/spark/mllib/classification/StreamingLogisticRegressionWithSGD.scala 8 additions, 1 deletion...b/classification/StreamingLogisticRegressionWithSGD.scala
Please register or sign in to comment