Skip to content

Commit

Permalink
Made MultiClassSummarizer private
Browse files Browse the repository at this point in the history
  • Loading branch information
DB Tsai committed May 8, 2015
1 parent f98e711 commit c84e931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ class LogisticRegressionModel private[ml] (
* Two MultilabelSummarizer can be merged together to have a statistical summary of the
* corresponding joint dataset.
*/
class MultiClassSummarizer private[ml] extends Serializable {
private[classification] class MultiClassSummarizer extends Serializable {
private val distinctMap = new mutable.HashMap[Int, Long]
private var totalInvalidCnt: Long = 0L

Expand Down

0 comments on commit c84e931

Please sign in to comment.