| 6 | using namespace std; |
| 7 | |
| 8 | tomoto::RawDoc::MiscType DTModelObject::convertMisc(const tomoto::RawDoc::MiscType& o) const |
| 9 | { |
| 10 | tomoto::RawDoc::MiscType ret; |
| 11 | ret["timepoint"] = getValueFromMiscDefault<uint32_t>("timepoint", o, "`DTModel` requires a `timepoint` value in `int` type."); |
| 12 | return ret; |
| 13 | } |
| 14 | |
| 15 | DTModelObject::DTModelObject(size_t tw, size_t minCnt, size_t minDf, size_t rmTop, |
| 16 | size_t k, size_t t, float alphaVar, float etaVar, float phiVar, |
nothing calls this directly
no outgoing calls
no test coverage detected