Haplo Prediction
predict haplogroups
|
Support vector machine model. More...
#include <svm_tree.h>
Data Fields | |
struct svm_model * | svm |
libSVM model data structure. | |
struct svm_problem * | prob |
Requisite libSVM problem created for training. |
Support vector machine model.
Definition at line 68 of file svm_tree.h.
struct svm_model* SVM_model::svm |
libSVM model data structure.
Definition at line 71 of file svm_tree.h.
struct svm_problem* SVM_model::prob |
Requisite libSVM problem created for training.
when the model is loaded from a file, this field is NULL.
Definition at line 78 of file svm_tree.h.