MCPcopy Create free account
hub / github.com/CodingBeard/tfkg / Compute

Method Compute

metric/interface.go:7–7  ·  view source on GitHub ↗
(yTrue interface{}, yPred interface{})

Source from the content-addressed store, hash-verified

5 Init()
6 Reset()
7 Compute(yTrue interface{}, yPred interface{}) Value
8 ComputeFinal() Value
9}
10

Callers 1

getMetricLogsMethod · 0.65

Implementers 6

SparseCategoricalAccuracymetric/accuracy.go
BinaryAccuracymetric/accuracy.go
SparseCategoricalFprAtTprmetric/fpr_at_tpr.go
BinaryFprAtTprmetric/fpr_at_tpr.go
SparseCategoricalTprAtFprmetric/tpr_at_fpr.go
BinaryTprAtFprmetric/tpr_at_fpr.go

Calls

no outgoing calls

Tested by

no test coverage detected