11#include <OpenMS/config.h>
27 explicit PeptDeepCCSInference(
const std::string& model_path,
int intra_op_threads = 4,
size_t batch_size = 500);
38 const std::vector<std::string>& peptides,
39 const std::vector<float>& charges);
Definition ONNXPredictorBase.h:28
Inference engine for PeptDeep collisional cross section prediction.
Definition PeptDeepCCSInference.h:21
size_t batch_size_
Definition PeptDeepCCSInference.h:43
PeptDeepCCSInference(const std::string &model_path, int intra_op_threads=4, size_t batch_size=500)
Constructor initializes the ONNX session with the specified model graph.
std::vector< float > predictCCS(const std::vector< std::string > &peptides, const std::vector< float > &charges)
Predicts CCS values for a batch of unmodified peptide sequences.
~PeptDeepCCSInference()
Destructor.
ONNXPredictorBase model_
Definition PeptDeepCCSInference.h:42
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19