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

Method GetName

metric/interface.go:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3type Metric interface {
4 GetName() string
5 Init()
6 Reset()
7 Compute(yTrue interface{}, yPred interface{}) Value

Callers 6

getPreviousLayersFunction · 0.65
GetModelWeightsMethod · 0.65
GetLayerWeightsMethod · 0.65
getMetricLogsMethod · 0.65
CompileAndLoadMethod · 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