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.
Linear classifier builder using a logit loss function.
Definition in file clsfy_binary_hyperplane_logit_builder.cxx.
1.7.5.1