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

Method apply

dependency/densecrf/src/pairwise.cpp:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

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

Calls

no outgoing calls

Tested by 1

gradientMethod · 0.36