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

Method setKernelParameters

dependency/densecrf3d/src/pairwise.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 return kernel_->parameters();
201}
202void PairwisePotential::setKernelParameters( const VectorXf & v ) {
203 kernel_->setParameters( v );
204}
205VectorXf PairwisePotential::kernelGradient( const MatrixXf & b, const MatrixXf & Q ) const {
206 MatrixXf lbl_Q = 0*Q;
207 // You could reuse the filtered_b from applyTranspose

Callers

nothing calls this directly

Calls 1

setParametersMethod · 0.45

Tested by

no test coverage detected