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

Method get

dependency/densecrf/src/unary.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42ConstUnaryEnergy::ConstUnaryEnergy( const MatrixXf & u ):unary_(u) {
43}
44MatrixXf ConstUnaryEnergy::get() const {
45 return unary_;
46}
47
48LogisticUnaryEnergy::LogisticUnaryEnergy( const MatrixXf & L, const MatrixXf & f ):L_(L),f_(f) {
49}

Callers 6

inferenceMethod · 0.45
unaryEnergyMethod · 0.45
startInferenceMethod · 0.45
stepInferenceMethod · 0.45
klDivergenceMethod · 0.45
gradientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected