public class LinearRegressionTrainingSummary extends LinearRegressionSummary
 param:  predictions predictions output by the model's transform method.
 param:  objectiveHistory objective function (scaled loss + regularization) at each iteration.
| Modifier and Type | Method and Description | 
|---|---|
| double[] | objectiveHistory() | 
| int | totalIterations()Number of training iterations until termination | 
coefficientStandardErrors, degreesOfFreedom, devianceResiduals, explainedVariance, featuresCol, labelCol, meanAbsoluteError, meanSquaredError, numInstances, predictionCol, predictions, pValues, r2, r2adj, residuals, rootMeanSquaredError, tValues