95 int format_version = 1;
std::vector< std::string > StringList
Vector of String.
Definition ListUtils.h:44
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
std::vector< double > peps
posterior error probability per row
Definition PercolatorTypes.h:73
std::vector< double > scores
SVM discriminant score per row.
Definition PercolatorTypes.h:71
std::vector< double > calc_masses
Definition PercolatorTypes.h:65
std::vector< int > scan_numbers
Optional per-row PIN-compatible fields.
Definition PercolatorTypes.h:62
std::vector< double > q_values
q-value per row
Definition PercolatorTypes.h:72
std::vector< bool > is_decoy
Target (false) or decoy (true) label per row.
Definition PercolatorTypes.h:32
std::vector< std::vector< double > > features
Definition PercolatorTypes.h:30
std::vector< int > cv_group_keys
Definition PercolatorTypes.h:38
std::vector< int > spec_file_numbers
Definition PercolatorTypes.h:63
std::vector< double > exp_masses
Definition PercolatorTypes.h:64
StringList feature_names
Names aligned 1:1 with feature columns; used for logging only.
Definition PercolatorTypes.h:40
std::string normalizer_type
Definition PercolatorTypes.h:109
std::vector< double > weights
Size = n_features + 1. The last entry is the bias.
Definition PercolatorTypes.h:102
Trained Percolator model: averaged SVM weights in raw feature space.
Definition PercolatorTypes.h:93
Output from Percolator::rescore. Aligned 1:1 with RescoreInput::features.
Definition PercolatorTypes.h:70