Click or drag to resize

GraphSdcaOptimizer Method

http://www.emgu.com
SdcaOptimizer

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation SdcaOptimizer(
	Output sparse_example_indices,
	Output sparse_feature_indices,
	Output sparse_feature_values,
	Output dense_features,
	Output example_weights,
	Output example_labels,
	Output sparse_indices,
	Output sparse_weights,
	Output dense_weights,
	Output example_state_data,
	string loss_type,
	float l1,
	float l2,
	long num_loss_partitions,
	long num_inner_iterations,
	bool adaptative = false,
	string opName = "SdcaOptimizer"
)

Parameters

sparse_example_indices
Type: Emgu.TFOutput
Input to the operation.
sparse_feature_indices
Type: Emgu.TFOutput
Input to the operation.
sparse_feature_values
Type: Emgu.TFOutput
Input to the operation.
dense_features
Type: Emgu.TFOutput
Input to the operation.
example_weights
Type: Emgu.TFOutput
Input to the operation.
example_labels
Type: Emgu.TFOutput
Input to the operation.
sparse_indices
Type: Emgu.TFOutput
Input to the operation.
sparse_weights
Type: Emgu.TFOutput
Input to the operation.
dense_weights
Type: Emgu.TFOutput
Input to the operation.
example_state_data
Type: Emgu.TFOutput
Input to the operation.
loss_type
Type: SystemString
loss type
l1
Type: SystemSingle
l1
l2
Type: SystemSingle
l2
num_loss_partitions
Type: SystemInt64
num loss partitions
num_inner_iterations
Type: SystemInt64
num inner iterations
adaptative (Optional)
Type: SystemBoolean
adaptative
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also