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

Method getSum

src/KernelVector.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49float KernelVector::getSum() {
50 return sum_;
51}
52
53int KernelVector::getRadius() {
54 return radius_;

Callers 1

smoothMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected