Implement an interface to SMO algorithm SVM builder and additional logic. More...
#include "clsfy_rbf_svm_smo_1_builder.h"
#include <vcl_string.h>
#include <vcl_vector.h>
#include <vcl_sstream.h>
#include <vcl_algorithm.h>
#include <vcl_cassert.h>
#include <vul/vul_string.h>
#include <mbl/mbl_data_wrapper.h>
#include <mbl/mbl_parse_block.h>
#include <mbl/mbl_read_props.h>
#include <clsfy/clsfy_smo_1.h>
Go to the source code of this file.
Functions | |
int | class_to_svm_target (unsigned v) |
Implement an interface to SMO algorithm SVM builder and additional logic.
Definition in file clsfy_rbf_svm_smo_1_builder.cxx.
int class_to_svm_target | ( | unsigned | v | ) | [inline] |
Definition at line 27 of file clsfy_rbf_svm_smo_1_builder.cxx.