Click or drag to resize

GraphComputeAccidentalHits Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation ComputeAccidentalHits(
	Output true_classes,
	Output sampled_candidates,
	long num_true,
	long seed = 0,
	long seed2 = 0,
	string opName = "ComputeAccidentalHits"
)

Parameters

true_classes
Type: Emgu.TFOutput
Input to the operation.
sampled_candidates
Type: Emgu.TFOutput
Input to the operation.
num_true
Type: SystemInt64
num true
seed (Optional)
Type: SystemInt64
seed
seed2 (Optional)
Type: SystemInt64
seed2
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] indices(type: DtInt32). [1] ids(type: DtInt64). [2] weights(type: DtFloat).
See Also