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

Method parameters

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

Source from the content-addressed store, hash-verified

185 compatibility_->applyTranspose( out, out );
186}
187VectorXf PairwisePotential::parameters() const {
188 return compatibility_->parameters();
189}
190void PairwisePotential::setParameters( const VectorXf & v ) {
191 compatibility_->setParameters( v );
192}

Callers 1

kernelParametersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected