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

Struct BinaryAccuracy

metric/accuracy.go:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133type BinaryAccuracy struct {
134 Name string
135 Confidence float64
136 Average bool
137 Precision int
138 total float64
139 count float64
140}
141
142func (m *BinaryAccuracy) Init() {
143 if m.Precision == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected