MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / kernelParameters

Method kernelParameters

dependency/densecrf/src/pairwise.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 return compatibility_->gradient(b,filtered_Q);
195}
196VectorXf PairwisePotential::kernelParameters() const {
197 return kernel_->parameters();
198}
199void PairwisePotential::setKernelParameters( const VectorXf & v ) {
200 kernel_->setParameters( v );
201}

Callers 3

CRFEnergyMethod · 0.45
mainFunction · 0.45
initialValueMethod · 0.45

Calls 1

parametersMethod · 0.45

Tested by 1

initialValueMethod · 0.36