You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mllib/src/main/scala/org/apache/spark/mllib/tree/impurity/Entropy.scala
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
packageorg.apache.spark.mllib.tree.impurity
19
19
20
-
importjavax.naming.OperationNotSupportedException
20
+
importjava.lang.UnsupportedOperationException
21
21
22
22
/**
23
23
* Class for calculating [[http://en.wikipedia.org/wiki/Binary_entropy_function entropy]] during
Copy file name to clipboardExpand all lines: mllib/src/main/scala/org/apache/spark/mllib/tree/impurity/Gini.scala
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@
17
17
18
18
packageorg.apache.spark.mllib.tree.impurity
19
19
20
-
importjavax.naming.OperationNotSupportedException
20
+
importjava.lang.UnsupportedOperationException
21
21
22
22
/**
23
-
* Class for calculating the [[http://en.wikipedia.org/wiki/Gini_coefficient Gini
24
-
* coefficent]] during binary classification
23
+
* Class for calculating the [[http://en.wikipedia
24
+
* .org/wiki/Decision_tree_learning#Gini_impurity]] during binary classification
0 commit comments