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

Method setParameters

dependency/densecrf/src/pairwise.cpp:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 return compatibility_->parameters();
186}
187void PairwisePotential::setParameters( const VectorXf & v ) {
188 compatibility_->setParameters( v );
189}
190VectorXf PairwisePotential::gradient( const MatrixXf & b, const MatrixXf & Q ) const {
191 MatrixXf filtered_Q = 0*Q;
192 // You could reuse the filtered_b from applyTranspose

Callers 1

setKernelParametersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected