Implement a two-class output linear classifier builder. More...
#include "clsfy_binary_hyperplane_ls_builder.h"
#include <vcl_string.h>
#include <vcl_iostream.h>
#include <vcl_vector.h>
#include <vcl_cassert.h>
#include <vcl_algorithm.h>
#include <vnl/algo/vnl_svd.h>
#include <vnl/vnl_math.h>
Go to the source code of this file.
Implement a two-class output linear classifier builder.
Definition in file clsfy_binary_hyperplane_ls_builder.cxx.