Click or drag to resize

GraphEig Method

http://www.emgu.com
Eig

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation Eig(
	Output input,
	DataType Tout,
	bool compute_v = true,
	string opName = "Eig"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
Tout
Type: Emgu.TFDataType
Tout
compute_v (Optional)
Type: SystemBoolean
compute v
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also