GeneralizedLinearModel (Spark 3.5.5 JavaDoc) (original) (raw)


public abstract class GeneralizedLinearModel
extends Object
implements scala.Serializable
GeneralizedLinearModel (GLM) represents a model trained using GeneralizedLinearAlgorithm. GLMs consist of a weight vector and an intercept.
param: weights Weights computed for every feature. param: intercept Intercept computed for this model.
See Also:
Serialized Form