slep_solver.h

Go to the documentation of this file.
00001 /*
00002  * This program is free software; you can redistribute it and/or modify
00003  * it under the terms of the GNU General Public License as published by
00004  * the Free Software Foundation; either version 3 of the License, or
00005  * (at your option) any later version.
00006  *
00007  * Written (W) 2012 Sergey Lisitsyn
00008  * Copyright (C) 2010-2012 Jun Liu, Jieping Ye 
00009  */
00010 
00011 #ifndef  SLEP_MT_LOGISTIC_H_
00012 #define  SLEP_MT_LOGISTIC_H_
00013 
00014 #include <shogun/lib/slep/slep_options.h>
00015 #include <shogun/features/DotFeatures.h>
00016 
00017 namespace shogun 
00018 {
00019 
00034 slep_result_t slep_solver(
00035         CDotFeatures* features,
00036         double* y,
00037         double z,
00038         const slep_options& options);
00039 
00040 };
00041 #endif   /* ----- #ifndef SLEP_LOGISTIC_H_  ----- */
00042 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation