com.eignex.kumulant/stat/regression/glm/Penalty/L2 L2 @Serializable@SerialName(value = "L2")data class L2(val lambda: Double) : Penalty(source)L2 / Ridge: shrinks the fitted weights toward zero. Constructors L2 constructor(lambda: Double)(source) Properties lambda val lambda: Double(source)Regularisation strength. On this pageConstructorsL2Propertieslambda