|
map< char, double > | encodeAAHist_ (const AASequence &aa_seq) |
|
map< char, double > | encodeNAHist_ (const String &seq) |
|
std::tuple< SimpleSVM::PredictorMap, map< size_t, double > > | buildPredictorsAndResponseFromIdentifiedFeatures_ (const FeatureMap &features) |
|
std::tuple< SimpleSVM::PredictorMap, map< size_t, double > > | buildPredictorsAndResponse_ (const PeptideIdentificationList &peptides, bool all_hits) |
|
void | train (const std::string &spectra_filename, PeptideIdentificationList peptides, const vector< ProteinIdentification > &proteins) |
|
void | annotatePredictions_ (const vector< SimpleSVM::Prediction > &preds, PeptideIdentificationList &peptides, bool all_hits) |
|
void | predict (PeptideIdentificationList &peptides) |
|