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

Method apply

dependency/densecrf3d/src/pairwise.cpp:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 kernel_ = new DenseKernel( features, ktype, ntype );
175}
176void PairwisePotential::apply(MatrixXf & out, const MatrixXf & Q) const {
177 kernel_->apply( out, Q );
178
179 // Apply the compatibility
180 compatibility_->apply( out, out );
181}
182void PairwisePotential::applyTranspose(MatrixXf & out, const MatrixXf & Q) const {
183 kernel_->applyTranspose( out, Q );
184 // Apply the compatibility

Callers 7

gradientMethod · 0.45
kernelGradientMethod · 0.45
inferenceMethod · 0.45
pairwiseEnergyMethod · 0.45
stepInferenceMethod · 0.45
klDivergenceMethod · 0.45
gradientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected