org.apache.spark.mllib.tree.impurity
:: Experimental :: Class for calculating the Gini impurity during binary classification.
:: DeveloperApi :: information calculation for regression
number of instances
sum of labels
summation of squares of the labels
information value
:: DeveloperApi :: Gini coefficient calculation
count of instances with label 0
count of instances with label 1
Gini coefficient value
:: Experimental :: Class for calculating the Gini impurity during binary classification.