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

Method gradient

dependency/densecrf/src/unary.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35void UnaryEnergy::setParameters( const VectorXf & v ) {
36}
37VectorXf UnaryEnergy::gradient( const MatrixXf & b ) const {
38 return VectorXf();
39}
40
41
42ConstUnaryEnergy::ConstUnaryEnergy( const MatrixXf & u ):unary_(u) {

Callers 5

evaluateFunction · 0.45
numericGradientFunction · 0.45
gradientFunction · 0.45
gradCheckFunction · 0.45
computeFunctionFunction · 0.45

Calls 4

transposeMethod · 0.45
resizeMethod · 0.45
colsMethod · 0.45
rowsMethod · 0.45

Tested by

no test coverage detected