Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ isTrained
Method
isTrained
src/openms/source/FILTERING/CALIBRATION/MZTrafoModel.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
bool MZTrafoModel::isTrained() const
96
{
97
return !coeff_.empty();
98
}
99
100
double MZTrafoModel::getRT() const
101
{
Callers
1
MZTrafoModel_test.cpp
File · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected