Skip to content

Commit c84e931

Browse files
author
DB Tsai
committed
Made MultiClassSummarizer private
1 parent f98e711 commit c84e931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class LogisticRegressionModel private[ml] (
322322
* Two MultilabelSummarizer can be merged together to have a statistical summary of the
323323
* corresponding joint dataset.
324324
*/
325-
class MultiClassSummarizer private[ml] extends Serializable {
325+
private[classification] class MultiClassSummarizer extends Serializable {
326326
private val distinctMap = new mutable.HashMap[Int, Long]
327327
private var totalInvalidCnt: Long = 0L
328328

0 commit comments

Comments
 (0)