Class GeneralizedLinearRegressionModel

All Implemented Interfaces:
Serializable, org.apache.spark.internal.Logging, Params, HasAggregationDepth, HasFeaturesCol, HasFitIntercept, HasLabelCol, HasMaxIter, HasPredictionCol, HasRegParam, HasSolver, HasTol, HasWeightCol, PredictorParams, GeneralizedLinearRegressionBase, HasTrainingSummary<GeneralizedLinearRegressionTrainingSummary>, Identifiable, MLWritable, scala.Serializable

Model produced by GeneralizedLinearRegression.
See Also: