Implement a binary linear classifier. More...
#include "clsfy_binary_hyperplane.h"
#include <vcl_string.h>
#include <vcl_iostream.h>
#include <vcl_vector.h>
#include <vcl_cmath.h>
#include <vsl/vsl_binary_io.h>
#include <vnl/io/vnl_io_matrix.h>
#include <vnl/io/vnl_io_vector.h>
Go to the source code of this file.
Implement a binary linear classifier.
Definition in file clsfy_binary_hyperplane.cxx.