| 770 | } |
| 771 | |
| 772 | int FactorGraph::countFactorsOfType(const FactorType CurrentFactorType) const |
| 773 | { |
| 774 | return _Structure.countFactorType(CurrentFactorType); |
| 775 | } |
| 776 | |
| 777 | void FactorGraph::computeUnweightedError(const FactorType CurrentFactorType, std::vector<double> &ErrorData) |
| 778 | { |
nothing calls this directly
no test coverage detected