Functions
contrib/mul/clsfy/clsfy_rbf_svm_smo_1_builder.cxx File Reference

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)

Detailed Description

Implement an interface to SMO algorithm SVM builder and additional logic.

Author:
Ian Scott
Date:
Dec 2001

Definition in file clsfy_rbf_svm_smo_1_builder.cxx.


Function Documentation

int class_to_svm_target ( unsigned  v) [inline]

Definition at line 27 of file clsfy_rbf_svm_smo_1_builder.cxx.