Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ ~KernelVector
Method
~KernelVector
src/KernelVector.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
KernelVector::~KernelVector(void) {
58
vector_.clear();
59
radius_ = 0;
60
}
61
62
float EpanechnikovKernel (float u) {
63
if (-1<=u && u<=1) return 3*(1-u*u)/4 ;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected