Haplo Prediction
predict haplogroups
Data Fields
SVM_model Struct Reference

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.

Detailed Description

Support vector machine model.

Definition at line 68 of file svm_tree.h.


Field Documentation

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.


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