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

Method parameters

dependency/densecrf/src/pairwise.cpp:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

kernelParametersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected