|
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 vector< PeptideIdentification > &peptides, bool all_hits) |
|
void | train (const std::string &spectra_filename, vector< PeptideIdentification > peptides, const vector< ProteinIdentification > &proteins) |
|
void | annotatePredictions_ (const vector< SimpleSVM::Prediction > &preds, vector< PeptideIdentification > &peptides, bool all_hits) |
|
void | predict (vector< PeptideIdentification > &peptides) |
|