Ymir  .9
Fast\C++toolforcomputationofassemblingprobabilities,statisticalinferenceofassemblingstatisticalmodelandgenerationofartificialsequencesofT-cellreceptorsdata.
Classes | Public Member Functions | List of all members
ymir::StatisticalInferenceAlgorithm Class Referenceabstract

Interface for algorithms for statistical inference of assembling model parameters. More...

#include <statisticalinferencealgorithm.h>

Inheritance diagram for ymir::StatisticalInferenceAlgorithm:
ymir::EMAlgorithm ymir::SGAlgorithm

Classes

struct  AlgorithmParameters
 

Public Member Functions

virtual std::vector< prob_t > statisticalInference (const ClonesetView &repertoire, ProbabilisticAssemblingModel &model, const AlgorithmParameters &algo_param=AlgorithmParameters(), ErrorMode error_mode=NO_ERRORS) const =0
 
void filterOut (const ClonesetView &rep_nonc, const MAAGRepertoire &maag_rep, vector< prob_t > &prob_vec, vector< bool > &good_clonotypes, size_t &removed, size_t &zero_prob, size_t &no_alignments) const
 

Detailed Description

Interface for algorithms for statistical inference of assembling model parameters.


The documentation for this class was generated from the following file: