MCPcopy Create free account
hub / github.com/Stream-AD/MIDAS / ~NormalCore

Method ~NormalCore

src/NormalCore.hpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 numTotal(numCurrent) { }
33
34 virtual ~NormalCore() {
35 delete[] index;
36 }
37
38 static float ComputeScore(float a, float s, float t) {
39 return s == 0 || t - 1 == 0 ? 0 : pow((a - s / t) * t, 2) / (s * (t - 1));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected