Show / Hide Table of Contents

Class L1L2

Combined regularizer for Lasso and Ridge regression technique

Inheritance
System.Object
BaseRegularizer
L1L2
L1
L2
Inherited Members
BaseRegularizer.Name
Namespace: SiaNet.Regularizers
Assembly: SiaNet.dll
Syntax
public class L1L2 : BaseRegularizer

Constructors

| Improve this Doc View Source

L1L2(Single, Single)

Initializes a new instance of the L1L2 class.

Declaration
public L1L2(float l1 = 0.01F, float l2 = 0.01F)
Parameters
Type Name Description
System.Single l1

The l1 value. Default to 0.01

System.Single l2

The l2 value. Default to 0.01

See Also

BaseRegularizer
  • Improve this Doc
  • View Source
Back to top Generated by DocFX