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

Method NormalCore

src/NormalCore.hpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 CountMinSketch numCurrent, numTotal;
28
29 NormalCore(int numRow, int numColumn):
30 index(new int[numRow]),
31 numCurrent(numRow, numColumn),
32 numTotal(numCurrent) { }
33
34 virtual ~NormalCore() {
35 delete[] index;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected