Click or drag to resize

GraphKmeansPlusPlusInitialization Method

http://www.emgu.com
KmeansPlusPlusInitialization

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation KmeansPlusPlusInitialization(
	Output points,
	Output num_to_sample,
	Output seed,
	Output num_retries_per_sample,
	string opName = "KmeansPlusPlusInitialization"
)

Parameters

points
Type: Emgu.TFOutput
Input to the operation.
num_to_sample
Type: Emgu.TFOutput
Input to the operation.
seed
Type: Emgu.TFOutput
Input to the operation.
num_retries_per_sample
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also