11 #ifndef __LATENTSOSVM_H__ 12 #define __LATENTSOSVM_H__ 55 virtual const char*
get_name()
const {
return "LatentSOSVM"; }
65 void register_parameters();
Abstract class CLatentModel It represents the application specific model and contains most of the app...
class Latent Structured Output SVM, an structured output based machine for classification problems wi...
virtual CLatentLabels * apply_latent()
all of classes and functions are contained in the shogun namespace
abstract implementaion of Linear Machine with latent variable This is the base implementation of all ...
void set_so_solver(CLinearStructuredOutputMachine *so)
virtual const char * get_name() const
abstract class for latent labels As latent labels always depends on the given application, this class only defines the API that the user has to implement for latent labels.
virtual float64_t do_inner_loop(float64_t cooling_eps)