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

Method applyTranspose

dependency/densecrf/src/pairwise.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 filter( out, Q, false );
125 }
126 virtual void applyTranspose( MatrixXf & out, const MatrixXf & Q ) const {
127 filter( out, Q, true );
128 }
129 virtual VectorXf parameters() const {
130 if (ktype_ == CONST_KERNEL)
131 return VectorXf();

Callers

nothing calls this directly

Calls 1

filterFunction · 0.85

Tested by

no test coverage detected