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