struct scluster_t

Cluster structure: All models and sequences.

[more]smodel** smo
Vector of SHMMs pointers
[more]sequence_d_t** smo_seq
Vector of sequence_t pointers; to store the sequences, that belong to the models
[more]int smo_number
Number of models to read in
[more]long* seq_counter
Number of sequences for each model
[more]double* smo_Z_MD
log(P) for the model
[more]double* smo_Z_MAW
a posteriori probability for the Modelle to calculate the objective fucntion in case of a MAW classificator.


Documentation

Cluster structure: All models and sequences.
osmodel** smo
Vector of SHMMs pointers

osequence_d_t** smo_seq
Vector of sequence_t pointers; to store the sequences, that belong to the models

oint smo_number
Number of models to read in

olong* seq_counter
Number of sequences for each model

odouble* smo_Z_MD
log(P) for the model

odouble* smo_Z_MAW
a posteriori probability for the Modelle to calculate the objective fucntion in case of a MAW classificator. Is calculated using smap_bayes

Alphabetic index



This page was generated with the help of DOC++.