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

Method parameters

dependency/densecrf3d/src/unary.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30UnaryEnergy::~UnaryEnergy() {
31}
32VectorXf UnaryEnergy::parameters() const {
33 return VectorXf();
34}
35void UnaryEnergy::setParameters( const VectorXf & v ) {
36}
37VectorXf UnaryEnergy::gradient( const MatrixXf & b ) const {

Callers 3

unaryParametersMethod · 0.45

Calls 3

resizeMethod · 0.45
colsMethod · 0.45
rowsMethod · 0.45

Tested by

no test coverage detected