Click or drag to resize

GraphKmeansPlusPlusInitialization Method

https://www.emgu.com/wiki/index.php/Emgu_TF
KmeansPlusPlusInitialization

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] samples(type: DtFloat).
See Also