We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98e711 commit c84e931Copy full SHA for c84e931
mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala
@@ -322,7 +322,7 @@ class LogisticRegressionModel private[ml] (
322
* Two MultilabelSummarizer can be merged together to have a statistical summary of the
323
* corresponding joint dataset.
324
*/
325
-class MultiClassSummarizer private[ml] extends Serializable {
+private[classification] class MultiClassSummarizer extends Serializable {
326
private val distinctMap = new mutable.HashMap[Int, Long]
327
private var totalInvalidCnt: Long = 0L
328
0 commit comments