Click or drag to resize

GraphSdcaShrinkL1 Method

http://www.emgu.com
SdcaShrinkL1

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation SdcaShrinkL1(
	Output weights,
	float l1,
	float l2,
	string opName = "SdcaShrinkL1"
)

Parameters

weights
Type: Emgu.TFOutput
Input to the operation.
l1
Type: SystemSingle
l1
l2
Type: SystemSingle
l2
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.SdcaShrinkL1(Emgu.TF.Output,System.Single,System.Single,System.String)"]

See Also