Skip to content

Commit

Permalink
Merge pull request #37 from andreacasalino/ExposeCRFConstFactorsGetter
Browse files Browse the repository at this point in the history
expose FactorsConstGetter for ConditionalRandomFields
  • Loading branch information
andreacasalino authored Dec 9, 2023
2 parents 51ceb58 + 70e042a commit 726fab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/header/EasyFactorGraph/model/ConditionalRandomField.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ namespace EFG::model {
class ConditionalRandomField : protected strct::EvidenceSetter,
protected strct::EvidenceRemover,
virtual public strct::FactorsAware,
virtual public strct::FactorsConstGetter,
protected strct::FactorsConstInserter,
virtual public train::FactorsTunableGetter,
protected train::FactorsTunableInserter,
Expand Down

0 comments on commit 726fab5

Please sign in to comment.