MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / getK

Method getK

src/KernelVector.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40float KernelVector::getK(int i , int j) {
41 int l = abs(i-j);
42 if (l<radius_)
43 return vector_[l];
44 return 0;
45}
46
47
48

Callers 1

smoothMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected