MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Median

Method Median

tensorflow/core/lib/histogram/histogram.cc:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116double Histogram::Median() const { return Percentile(50.0); }
117
118// Linearly map the variable x from [x0, x1] unto [y0, y1]
119double Histogram::Remap(double x, double x0, double x1, double y0,

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64