contrib/mul/clsfy/clsfy_binary_hyperplane_logit_builder.cxx File Reference

Linear classifier builder using a logit loss function. More...

#include "clsfy_binary_hyperplane_logit_builder.h"
#include <vcl_string.h>
#include <vcl_iostream.h>
#include <vcl_vector.h>
#include <vcl_cassert.h>
#include <vcl_cmath.h>
#include <vcl_algorithm.h>
#include <vcl_numeric.h>
#include <vnl/vnl_vector_ref.h>
#include <vnl/algo/vnl_lbfgs.h>
#include <clsfy/clsfy_logit_loss_function.h>

Go to the source code of this file.


Detailed Description

Linear classifier builder using a logit loss function.

Author:
Tim Cootes
Date:
18 Jul 2009

Definition in file clsfy_binary_hyperplane_logit_builder.cxx.