Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
type
Metric
interface
{
4
GetName() string
5
Init()
6
Reset()
7
Compute(yTrue
interface
{}, yPred
interface
{}) Value
Callers
6
getPreviousLayers
Function · 0.65
GetModelWeights
Method · 0.65
GetLayerWeights
Method · 0.65
getMetricLogs
Method · 0.65
CompileAndLoad
Method · 0.65
generateKerasDefinitionJson
Method · 0.65
Implementers
6
SparseCategoricalAccuracy
metric/accuracy.go
BinaryAccuracy
metric/accuracy.go
SparseCategoricalFprAtTpr
metric/fpr_at_tpr.go
BinaryFprAtTpr
metric/fpr_at_tpr.go
SparseCategoricalTprAtFpr
metric/tpr_at_fpr.go
BinaryTprAtFpr
metric/tpr_at_fpr.go
Calls
no outgoing calls
Tested by
no test coverage detected